>>> supported in polyadic and binary expressions

This commit is contained in:
Sergey Ignatov
2011-11-07 14:16:21 +04:00
parent 43013a6dc8
commit b4d5ff5ff8
4 changed files with 27 additions and 41 deletions
@@ -1 +1 @@
x = x.cyclicShiftRight(2)
x = (x cyclicShiftRight 2)
@@ -0,0 +1 @@
1 >>> 2 >>> 3
@@ -0,0 +1 @@
(1 cyclicShiftRight 2 cyclicShiftRight 3)