41fa8b5482
uint types in viper mode can now be used for all binary operators except floor-divide and modulo. Fixes issue #1847 and issue #6177. Signed-off-by: Damien George <damien@micropython.org>
23 lines
150 B
Plaintext
23 lines
150 B
Plaintext
shl
|
|
1
|
|
1073741824
|
|
4294966272
|
|
shr
|
|
1
|
|
2
|
|
True
|
|
and
|
|
0 0
|
|
1 1
|
|
2 2
|
|
4294967294 4294967294
|
|
or
|
|
1 1
|
|
3 3
|
|
4294967295 4294967295
|
|
xor
|
|
1 1
|
|
2 2
|
|
4294967292 4294967292
|
|
2 2
|