- 2.2.8.2 -
TMT Pascal Language Description
Pascal Language Structure
ExpressionsBoolean Operators
Boolean operators include logical AND, NOT, OR, and XOR.
The operation of each is summarized below:
Operator | Logical Operation |
AND | Conjunction |
NOT | Negation |
OR | Disjunction |
XOR | Exclusive Disjunction |
Boolean expressions that evaluate to True return a value of one.
Boolean expressions that are False result in a zero value.
|
|
|
Arithmetic Operators |
Table of Content |
Set Operators |
- 2.2.8.2 -