7 lines
100 B
Text
7 lines
100 B
Text
!YS-v0
|
|
|
|
defn main(*xs):
|
|
each x xs:
|
|
if x:even?:
|
|
say: "$x is even"
|
|
say: "$x is odd"
|