Fill in some more mathematical functions.

This commit is contained in:
Bob Nystrom
2014-01-08 07:47:14 -08:00
parent 9645ddcb26
commit a8b51f6c8b
9 changed files with 72 additions and 10 deletions
-2
View File
@@ -1,5 +1,3 @@
IO.print(1 + 2) // expect: 3
IO.print(12.34 + 0.13) // expect: 12.47
IO.print(3 + 5 + 2) // expect: 10
// TODO: Unsupported RHS types.