adjust rem semantics
parent
f49f42003a
commit
fad102d545
@ -1,9 +1,9 @@
|
|||||||
#lang basic-demo
|
#lang basic-demo-2
|
||||||
30 rem print 'ignored'
|
30 rem print 'ignored'
|
||||||
35
|
35
|
||||||
50 print "never gets here"
|
50 print "never gets here"
|
||||||
40 end
|
40 end
|
||||||
60 print 'three' : print 1.0 + 3
|
60 print 'three' : print 1.0 + 3
|
||||||
70 goto 11. + 18.5 + .5
|
70 goto 11. + 18.5 + .5
|
||||||
10 print "one"
|
10 print "o" ; "n" ; "e"
|
||||||
20 print : goto 60.0 : end
|
20 print : goto 60.0 : end
|
Loading…
Reference in New Issue