Microsoft Small Basic

Program Listing: FDZ770
TextWindow.ForegroundColor="red"
TextWindow.BackgroundColor = "cyan"
TextWindow.WriteLine("hello world")
TextWindow.Write("geef je naam: ")
MijnNaamIs = TextWindow.Read()
TextWindow.WriteLine("Hallo " + MijnNaamIs)