RosettaCodeData/Task/Bitwise-operations/PicoLisp/bitwise-operations-2.l
Ingy döt Net 518da4a923 B
2013-04-10 16:19:29 -07:00

8 lines
65 B
Common Lisp

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