RosettaCodeData/Task/Bitwise-operations/PicoLisp/bitwise-operations-3.l
2023-07-01 13:44:08 -04:00

5 lines
36 B
Common Lisp

: (| 1 2)
-> 3
: (| 1 2 4 8)
-> 15