RosettaCodeData/Task/Bitwise-operations/PicoLisp/bitwise-operations-2.l

9 lines
65 B
Common Lisp

: (bit? 1 2)
-> NIL
: (bit? 6 3)
-> NIL
: (bit? 6 15 255)
-> 6