Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
282 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hito all.
About Small Basic.
How to change color of text in a graphics window?
Thanks
try:
GraphicsWindow.BrushColor="Red"
GraphicsWindow.FontSize=20
GraphicsWindow.DrawText(10,10,"test test test")