|
Post by plus on Mar 8, 2024 22:39:42 GMT
you ended the program right after end select is why it ends without printing anything.
but your code is very novice level, here it is without all the BS
PRINT "WELCOME TO THE MIND READER WHERE I CAN READ YOUR MIND!" [tryAgain] INPUT "Enter a number beetwen 1 and 10: "; choice if choice = 0 then PRINT "Exiting the program." : end if choice > 11 then goto [tryAgain]
print "Detecting thoughts..."; call delay rnd(0)*3000 print "Done!" print "Scaning brain waves..."; call delay rnd(0)*3000 print "Done!" print "Searching memories..."; call delay rnd(0)*3000 print "Done!" print "Conecting to brain..."; call delay rnd(0)*3000 print "Done!"
print print "You're thinking of the number " ;choice end
sub delay ms t=time$("ms")+ms while t>time$("ms") scan wend end sub
Good joke though! B+ for idea!
b = b + ...
|
|
|
Post by anton2012 on Mar 9, 2024 10:18:39 GMT
ok,thanks!
|
|