>>> supported in polyadic and binary expressions
This commit is contained in:
@@ -1 +1 @@
|
||||
x = x.cyclicShiftRight(2)
|
||||
x = (x cyclicShiftRight 2)
|
||||
@@ -0,0 +1 @@
|
||||
1 >>> 2 >>> 3
|
||||
@@ -0,0 +1 @@
|
||||
(1 cyclicShiftRight 2 cyclicShiftRight 3)
|
||||
Reference in New Issue
Block a user