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.
|
(define (30) (rem print "'ignored'"))
|
|
(define (35) (void))
|
|
(define (50) (print "never gets here"))
|
|
(define (40) (end))
|
|
(define (60) (print "three") (print (+ 1.0 3)))
|
|
(define (70) (goto (+ 11 18.5 0.5)))
|
|
(define (10) (print "one"))
|
|
(define (20) (print) (goto 60) (end)) |