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

6 lines
33 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (& 6 3)
-> 2
: (& 7 3 1)
-> 1