Closed prakashk closed 11 years ago
Implemented most of the arithmetic operators (except pre- and post-increment and -decrement operators) on Int objects.
There is a lot of repetitive code, that a Scala expert might be able to refactor out.
@prakashk awesome, thanks for the patch!
Implemented most of the arithmetic operators (except pre- and post-increment and -decrement operators) on Int objects.
There is a lot of repetitive code, that a Scala expert might be able to refactor out.