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

6 lines
36 B
Text
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
: (| 1 2)
-> 3
: (| 1 2 4 8)
-> 15