Microsoft Small Basic

Program Listing: HLZ176
TextWindow.WriteLine ("A Gift For You")
TextWindow.WriteLine ("by Gors")
TextWindow.Write ("what's your name? >")
x = TextWindow.Read()
y = Text.Append (x,", you've got a gift!")
TextWindow.WriteLine (y)
TextWindow.WriteLine (" ### ### ")
TextWindow.WriteLine (" ___#___##___#___ ")
TextWindow.WriteLine ("| ## |")
TextWindow.WriteLine ("| ## |")
TextWindow.WriteLine ("| ## |")
TextWindow.WriteLine ("|################|")
TextWindow.WriteLine ("| ## |")
TextWindow.WriteLine ("| ## |")
TextWindow.WriteLine ("|----------------|")
TextWindow.WriteLine ("press ENTER to open it!")
TextWindow.Read()
TextWindow.WriteLine ("| |")
TextWindow.WriteLine ("|congratulations!|")
TextWindow.WriteLine ("| |")
TextWindow.WriteLine ("|________________|")
TextWindow.WriteLine ("| |")
TextWindow.WriteLine ("| |")
TextWindow.WriteLine ("| |")
TextWindow.WriteLine ("| |")
TextWindow.WriteLine ("|----------------|")