Symbol | Operation |
---|---|
( ) | Grouping |
- | Negation |
^ | Exponentiation |
* / | Multiplication (*) and division (/) |
@ MOD | Integer division (@) and modulus (MOD) |
+ - | Addition and subtraction |
> < = <> >= <= | Relational operators |
NOT AND EQV IMP OR XOR | Logical operators |