MoneyWorks Manual
Edit
Mathematical Operators
The mathematical operators are used for arithmetic involving numbers.
Symbol | Operation | Usage |
---|---|---|
+ | numeric addition | A + B The result is the sum of A and B |
- | numeric subtraction | A - B The result is B subtracted from A. |
- | numeric negation | -A The result is minus A. |
* | numeric multiplication | A * B The result is A multiplied by B |
/ | numeric division | A / B The result is A divided by B. |