I remember spending endless hours keying in "Commodore Basic" code from Compute's Gazette into my C-64!

something like this...

10 print "Cello On or Off?"
20 input c
30 if c=On goto50
40 if c=Off goto60
50 print "n00b" goto10
60 print "WRONG ANSWER" goto10



run