4 lines
80 B
Text
4 lines
80 B
Text
> n, 0..9
|
|
? #.even(n), #.output(n," even")
|
|
? #.odd(n), #.output(n," odd")
|
|
<
|