Hi. I'm creating a quiz and need to use gosub ALOT. I've got the code working, but for some reason it shows both values (y and n) when you just type one. Can u give me advice? P.S. It shows the correct thing twice and the wrong one after. If you could help me it would be much appreciated!!!!!!
P.S.S I've attached my code and will put in a code snippet so if there is anything wrong with that part of the code (its only the single question) it would be great if you could tell me whats wrong????
input "True or False: The code works. [true/false] ";torf$
if torf$ = "true" then gosub true
if torf$ = "false" then gosub false
true:
print "Ok, well, it doesn't work for me!"
return
false:
print "Ok. Thought so! Can you tell me what is wrong????"
return
wait 2000
end
Last night I was looking up at the stars and said "Where the hell is my roof?!"