You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
175 B
Racket
9 lines
175 B
Racket
8 years ago
|
#lang basic-demo
|
||
|
30 rem print 'ignored'
|
||
|
35
|
||
|
50 print "never gets here"
|
||
|
40 end
|
||
|
60 print 'three' : print 1.0 + 3
|
||
|
70 goto 11. + 18.5 + .5
|
||
|
10 print "one"
|
||
|
20 print : goto 60.0 : end
|