Next: , Up: Built-in Operators


3.2.1 Arithmetic Operators

The arithmetic binary operators work on integers and reals:

+
addition
-
subtraction
*
multiplication
/
division
%
modulus

The lone arithmetic unary operator negation:

-
negate