Arithmetic Operators

Use the following as arithmetic operators. These operators function as on an ordinary calculator.
+
unary positive or binary addition
-
unary negative or binary subtraction
*
multiplication
/
division
^
raises to the power (not necessarily a positive integer)
Regarding % (percent), N% is replaced internally with N/100 (N must be a constant).
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.