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

6 lines
35 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (x| 2 7)
-> 5
: (x| 2 7 1)
-> 4