"%" operator for numbers.

This commit is contained in:
Bob Nystrom
2013-11-09 21:01:18 -08:00
parent a1f10786ef
commit 3cdabcb8c7
4 changed files with 21 additions and 2 deletions
+1
View File
@@ -2,3 +2,4 @@ io.write(8 / 2) // expect: 4
// TODO(bob): Floating point numbers.
// TODO(bob): Unsupported RHS types.
// TODO(bob): Divide by zero.