Oh by the way... is BASIC the only language that is line numbered??? do others exist like so ?
I think some versions of COBOL and FORTRAN have numbers. It's not a feature of the language, since there are versions of BASIC today, like REALbasic and VB that don't have numbers.
BTW PRINT didn't have parens, only quotes
here's a more 'advanced one. I may have really wrote this in 4th grade
10 INPUT "DOES YOUR BUTT SMELL BAD";A$
20 IF LEFT$(A$,1)="Y" THEN GOTO 40
30 PRINT "IT DOES TOO! LIAR!": GOTO 30
40 PRINT "I COULD TELL!":GOTO 40