1
Yabasic / Question about a question
« on: December 17, 2012 »
Hi, New to this and just wanted to know how to add a question into yabasic
please see example.
please see example.
Code: [Select]
Print "welcome user"
sleep (5)
print "what is your name"
input a
if a=james
goto 1
//what goes here? to stop it if its wrong ?
1thanks James
