
Small Basic
Small Basic is based on .NET and what you learn here could be easily applied to other .NET programming languages like Visual Basic. And when you graduate to Visual Basic, you can bring …
Small Basic
The Small Basic IDE allows for third-party Small Basic library plug-ins in order to extend the possibilities of what can be done within Small Basic. Extensions can be written in C# or Visual Basic.
Small Basic
Explore tutorials and resources to learn Small Basic, a simple programming language designed for beginners and easy to understand.
Small Basic
This is the Small Basic Environment, where we’ll write and run our Small Basic programs. This environment has several distinct elements which are identified by numbers.
In this lesson, you’ll get an introduction to a programming language named Small Basic. Just like there are different spoken languages for different countries like English or Spanish, computers have …
Small Basic
Tetris A faithful port of the famous Tetris game, this is the most popular and the most downloaded program on Small Basic. Check it out Import ID =
In Small Basic, you can import someone else’s code to work on it and fix a problem, make it better, or just customize it for fun! It’s also a good way to learn how others write code and learn from their …
Small Basic
Learn Small Basic programming with this tutorial, offering step-by-step guidance for beginners to create simple programs and games.
Small Basic
Small Basic comes with a Turtle object with many commands that can be called from within Small Basic programs. In this chapter, we’ll use the Turtle to draw graphics on the screen.
Small Basic
Chapter 9: Subroutines Subroutines Very often while writing programs we’ll run into cases where we’ll have to execute the same set of steps, over and over again. In those cases, it probably wouldn’t …