| Operator | Function |
|---|---|
| == | equals |
| != | differents |
| > | greater than |
| < | less than |
| >= | greater than or equal to |
| <= | less than or equal to |
| or | Condition or Another condition |
| or | Condition and Another condition |
| contains | Check if string contains another, or array contains an element |