Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

TextWindow.

WriteLine("Th
e Rainbow Song")
TextWindow.ForegroundColor = "Red"
TextWindow.WriteLine("Red")
TextWindow.ForegroundColor = "Yellow"
TextWindow.WriteLine("Yellow")
TextWindow.ForegroundColor = "Green"
TextWindow.WriteLine("Green")
TextWindow.ForegroundColor = "Blue"
TextWindow.WriteLine("Blue")
TextWindow.ForegroundColor = "Indigo"
TextWindow.WriteLine("Indigo")
TextWindow.ForegroundColor = "Violet"
TextWindow.WriteLine("Violet")
TextWindow.ForegroundColor = "White"
TextWindow.WriteLine("I can see a rainbow, see a rainbow.")
TextWindow.ForegroundColor = "Red"
TextWindow.WriteLine(" **")
TextWindow.ForegroundColor = "Yellow"
TextWindow.WriteLine(" ****")
TextWindow.ForegroundColor = "Green"
TextWindow.WriteLine(" ******")
TextWindow.ForegroundColor = "Blue"
TextWindow.WriteLine(" ********")
TextWindow.ForegroundColor = "Indigo"
TextWindow.WriteLine(" **********")
TextWindow.ForegroundColor = "Violet"
TextWindow.WriteLine(" ************")

You might also like