You can enter operators in an expression directly by typing directly in the editing pane, or you can select them from the
menu.
Math Operators
You can enter the following math operators, also available from the menu:
+
|
Add
|
-
|
Subtract
|
*
|
Multiply
|
/
|
Divide
|
%
|
Modulo (remainder)
|
Operators follow the standard of precedence: items enclosed in brackets first, then * and /, followed by + and -.
Boolean Operators
You can enter the following Boolean operators in a condition, also available from the menu:
==
|
Equal to
|
<
|
Less than
|
<=
|
Less than or equal to
|
>
|
Greater than
|
>=
|
Greater than or equal to
|
!=
|
Not equal to
|
|
AND
|
||
|
OR
|