RosettaCodeData/Task/Conditional-structures/Racket/conditional-structures-2.rkt
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

3 lines
59 B
Racket

(when (< x 10)
(define y (* x 10))
(printf "small\n"))