Program
Program
")
TextWindow.WriteLine("You are going to make a square.")
TextWindow.Write("What is your name?")
name = TextWindow.Read()
TextWindow.WriteLine("Hi, " + name)
TextWindow.Write("Black, Red, Green, Blue, or Multicolour?")
color = TextWindow.Read()