Posts

Showing posts from June, 2021

Small Basic : Microsoft's Basic Programming Language for everybody

Image
I discovered Small Basic new and I liked very much. It's structure and syntax are very similar to old fashion Basic interpreters like in 80's. You can check the commands and download Small Basic from this links:  Commands: https://smallbasic-publicwebsite.azurewebsites.net/docs/Controls Download:  https://smallbasic-publicwebsite.azurewebsites.net/assets/SmallBasic_v1.2.msi Tutorials and document:  https://smallbasic-publicwebsite.azurewebsites.net/resources I made a small and basic Procedural Drawing program via Small Basic. You can reach the code from Small Basic cloud via >>>  http://smallbasic.com/program/?BFNK818.000 Also I added to end of this article. But if you don't want to struggle the code, you can download the exe file from >>>  https://drive.google.com/file/d/1x5-wN4Icx8iMn_7smzjN1TSwnnSE_raX/view?usp=sharing When you run the program, it asks 2 seed numbers. They must be between 0-255. Then it asks for the length of each step of the Turtle. It