Nobody has code like this anymore
10 I=1 20 PRINT "HELLO " 40 PRINT %I 50 IF (%I > 3) 10 40 30 PRINTLN "WORLD" 45 PRINTLN 42 I=%I+1
Nobody has code like this anymore
Notice no goto statement, yet lots of implicit gotos.