diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/integers.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integers.tm b/test/integers.tm index 225baab5..9b5b6b4f 100644 --- a/test/integers.tm +++ b/test/integers.tm @@ -20,11 +20,11 @@ func main(): !! Signed and unsigned bit shifting: >> -2[64] << 1 = -4[64] - >> -2[64] <<[u] 1 + >> -2[64] <<< 1 = -4[64] >> -2[64] >> 1 = -1[64] - >> -2[64] >>[u] 1 + >> -2[64] >>> 1 = 9223372036854775807[64] >> 3 and 2 |
