8 lines
97 B
Text
8 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
|