Describes the operators supported by GeneXus.
| If |
Executes something if the condition evaluates to TRUE. |
| Otherwise |
When prior expressions are FALSE, Otherwise is executed. |
| ( ) |
Used to group expressions |
| ^ |
Exponential |
| * |
Multiplication |
| / |
Division |
| + |
Addition and Concatenation |
| — |
Subtraction |
| > |
Greater than |
| < |
Less than |
| = |
Equal to |
| <> |
Not equal to |
| <= |
Less than or equal to |
| >= |
Greater than or Equal to |
| LIKE |
Like |
| IN |
Element in Collection |
Relational operators can also be defined in runtime, using Compare function.
| NOT |
Logical negative |
| AND |
Logical And |
| OR |
Logical Or |