RosettaCodeData/Task/Even-or-odd/PicoLisp/even-or-odd.l

6 lines
54 B
Common Lisp

: (bit? 1 3)
-> 1 # Odd
: (bit? 1 4)
-> NIL # Even