4 lines
32 B
Racket
4 lines
32 B
Racket
|
|
(if (< x 10)
|
||
|
|
"small"
|
||
|
|
"big")
|