10 DEFSTR A-M, Z
20 INPUT "AGE";N
30 IF N < 50 THEN
40 PRINT "YOU WILL NOT GET THIS"
50 ELSE
60 PRINT "LOL!"
70 END IF
80 END
CTL + ALT + DEFACE
Excuse me. I have to go write the word "LINUX" on my apartment window. Because there are a few foxes out here in the boondocks, but it's not a good idea to set one on fire.
Before loading this page I had just canceled a plane ticket and was thinking about where I could go instead. Is it any wonder I read this as "Greek Graffiti"? Oxi.
10 DEFSTR A-M, Z 20 INPUT "AGE";N 30 IF N < 50 THEN 40 PRINT "YOU WILL NOT GET THIS" 50 ELSE 60 PRINT "LOL!" 70 END IF 80 END