RosettaCodeData/Task/Even-or-odd/Klingphix/even-or-odd.klingphix
2023-07-01 13:44:08 -04:00

5 lines
91 B
Text

( -5 5 ) [
dup print " " print 2 mod ( ["Odd"] ["Even"] ) if print nl
] for
" " input