Broj: TextWindow.WriteLine ("Broj 5") TextWindow.WriteLine ("Upiši broj 5!") a= TextWindow.ReadNumber() If (a=5) Then TextWindow.ForegroundColor="yellow" TextWindow.WriteLine ("Upisao si broj 5. Hvala!") Else TextWindow.ForegroundColor="cyan" TextWindow.WriteLine ("Nisi upisao broj 5, pokušaj ponovo!") Goto broj EndIf