Operators
Upper and Lower Case
Operators are case sensitive, so they must be written in lower case.
Comparison Operators
Operator | Meaning | Description |
---|---|---|
eq | ...is equivalent / equal to... | Checks if two values are equivalent / equal. |
neq | ...is not equivalent / equal to... | Checks if two values are not equivalent / equal. |