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

5 lines
35 B
Common Lisp

: (x| 2 7)
-> 5
: (x| 2 7 1)
-> 4