Microsoft Small Basic
- Thomas Spencer
- May 20, 2021
- 1 min read

Hello!
My program at school started using small basic! This was my very first program. "Hello World"!
We went on to do math, store numbers, set values, and add color. It was fun using F5 to run the program. You can download Small Basic for free. I was also running out of screen space between my two monitors. So got used to using Alt + Tab to scroll through windows.
This is the code I used:
TextWindow.WriteLine("Hello.World!")
Tom
Commentaires