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

6 lines
36 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (| 1 2)
-> 3
: (| 1 2 4 8)
-> 15