Arithmetic operators

EQL supports arithmetic operators for addition, subtraction, multiplication, and division.

The syntax is as follows:

<expr> {+, -, *, /} <expr>

Each arithmetic operator has a corresponding numeric function. For information on order of operations, see Operator precedence rules.