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
180 B
Racket

7 years ago
#lang basic-demo
7 years ago
30 rem print "statement ignored"
7 years ago
40 end
7 years ago
50 print "never gets here"
60 print "two" : print 1.2 + 1.8
70 goto 11 + 10.5 + 8.5
10 print "one"
20 print : goto 60 : end