Skip to content

Operators

Upper and Lower Case

Operators are case sensitive, so they must be written in lower case.

Comparison Operators

OperatorMeaningDescription
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.