The Knowledge Expert language is designed to create Expert Checks and Rules relying on types, functions, and on operators.
This section provides you with information about Arithmetic Operators.
+ Addition operator (also concatenates strings)
- Subtraction operator
* Multiplication operator
/ Division operator
= Assignment operator
** Exponentiation operator
This section provides you with information about Comparison Operators.
<> Not equal to
== Equal to
>= Greater or equal to
<= Less than or equal to
< Less than
> Greater than