Arithmetic Operators
Binary arithmetic operators:
^ exponent
+ addition
- subtraction
* multiplication
/ division
div integer division
mod remainder
Unary arithmetic operators:
+ sign positive identity
- sign negation
Binary arithmetic operators:
^ exponent
+ addition
- subtraction
* multiplication
/ division
div integer division
mod remainder
Unary arithmetic operators:
+ sign positive identity
- sign negation