RosettaCodeData/Task/Bitwise-operations/PicoLisp/bitwise-operations-2.l
2023-07-01 13:44:08 -04:00

8 lines
65 B
Common Lisp

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