Add bit shifting operators

This commit is contained in:
Jonathan Turner
2009-10-13 03:35:01 +00:00
parent b1e892487f
commit 12e909d9aa
6 changed files with 45 additions and 4 deletions

1
unittests/shift.chai Normal file
View File

@@ -0,0 +1 @@
print(2 << 2)

1
unittests/shift.txt Normal file
View File

@@ -0,0 +1 @@
8