Try this:

Code:
INPUT "Do you want to go further?"; answer$

IF answer$ = "Y" THEN ............

IF answer$ = "N" THEN ............
I hope this will help you a little further.