#lang basic-demo 30 rem print "ignored" 50 print "never gets here" 40 end 60 print "three" : print 2 + 2 70 goto 11 + 10.5 + 8.5 10 print "one" 20 print : goto 60 : end