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