RosettaCodeData/Task/Bitwise-operations/FALSE/bitwise-operations.false

7 lines
71 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
10 3
\$@$@$@$@\ { 3 copies }
"a & b = "&."
a | b = "|."
~a = "%~."
"