4 lines
59 B
Racket
4 lines
59 B
Racket
|
|
(when (< x 10)
|
||
|
|
(define y (* x 10))
|
||
|
|
(printf "small\n"))
|