Advertisement
Guest User

anan

a guest
Mar 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. baslangic:
  2. TextWindow.WriteLine("sifre gir")
  3.  
  4. sifre = TextWindow.Read()
  5.  
  6. TextWindow.WriteLine("sifre girildi")
  7.  
  8. If sifre = "arda" Then
  9. TextWindow.WriteLine("sifre dogru")
  10. Else
  11. TextWindow.WriteLine("sifre yanlış")
  12. Goto baslangic
  13. EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement