Previous: Arithmetic Operators To the Table of Content Next: Set Operators

- 2.2.8.2 -
TMT Pascal Language Description
Pascal Language Structure
Expressions

Boolean 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.


Previous: Arithmetic Operators To the Table of Content Next: Set Operators
Arithmetic Operators Table of Content Set Operators

- 2.2.8.2 -