TextWindow.WriteLine ("Kako se zoveš?") x= TextWindow.Read() TextWindow.WriteLine (x+" koju boju najviše voliš?") y= TextWindow.Read() TextWindow.ForegroundColor="blue" TextWindow.BackgroundColor="yellow" TextWindow.WriteLine ("Baš mi je drago "+x+", i ja volim "+y+" boju") TextWindow.ForegroundColor="black" TextWindow.BackgroundColor="black"