2.2.8. Expressions | Table of Contents | 2.2.8.2. Boolean Operators |
Operator | Operation |
---|---|
@ | Pointer formation |
+ | Unary sign identity |
- | Unary sign negation |
+ | Addition |
- | Subtraction |
* | Multiplication |
Div | Integer division |
/ | Real division |
Mod | Integer remainder |
And | Logical AND |
Xor | Logical XOR |
Not | Logical NOT |
Or | Logical OR |
Shl | Shift bits left |
Shr | Shift bits right |
2.2.8. Expressions | Table of Contents | 2.2.8.2. Boolean Operators |