RosettaCodeData/Task/Bitwise-operations/Logo/bitwise-operations-2.logo
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
97 B
Text

a and b: 5
a or b: 255
a xor b: 250
not a: -256
a lshift b: 8160
a lshift -b: 7
-a ashift -b: -8