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.
beautiful-racket/beautiful-racket-demo/basic-demo/sample.rkt

8 lines
168 B
Racket

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