Arithmetic operators
Create simple arithmetic operations
These operators let you take 2 numeric values, perform a calculation, and return a numeric value. This is mainly about basic arithmetic operations.
Operator | Description | Example |
---|---|---|
| Addition (also for joining text) |
|
| Subtraction |
|
| Multiplication |
|
| Division |
|
| Modulo |
|
| Parentheses (to change the order in which expressions are processed) |
|
Ninox removes
superfluous parenthesesβfollowing the precedence rule "first the division, then the addition")βand
superfluous white spaces.
However, Ninox also adds white spaces where they are deemed useful, e.g., for better readability).
Last updated