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

5 lines
33 B
Common Lisp

: (& 6 3)
-> 2
: (& 7 3 1)
-> 1