Microsoft Small Basic

Program Listing: TJN263
TextWindow.Left = 200
TextWindow.Top = 100
TextWindow.Title = "Small Basic Programming"

TextWindow.CursorLeft = 20
TextWindow.CursorTop = 10
TextWindow.ForegroundColor = "Yellow"

TextWindow.WriteLine("Welcome to the world of Small Basic programming.")