TextWindow.WriteLine ("Kako se zoveš?") x= TextWindow.Read() TextWindow.WriteLine ("Dobar dan "+x+" koje stranice najčešće posjećuješ na internetu?") y= TextWindow.Read() TextWindow.ForegroundColor="green" TextWindow.WriteLine (x+" i ja volim posjećivati "+y) TextWindow.BackgroundColor="black" TextWindow.ForegroundColor="Black"