File size: 73 Bytes
a2a15a2
 
 
 
1
2
3
4
5
10 PRINT "start"
20 GOTO 100
30 PRINT "never printed"
100 PRINT "jumped"