5 lines
54 B
Common Lisp
5 lines
54 B
Common Lisp
: (bit? 1 3)
|
|
-> 1 # Odd
|
|
|
|
: (bit? 1 4)
|
|
-> NIL # Even
|