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

6 lines
33 B
Text
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
: (& 6 3)
-> 2
: (& 7 3 1)
-> 1