Previous: 2.2.8.1. Arithmetic Operators To the Table of Contents Next: 2.2.8.3. Set Operators
2.2.8.1. Arithmetic Operators Table of Contents 2.2.8.3. Set Operators

- 2.2.8.2. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.8. Expressions
2.2.8.2. Boolean Operators


2.2.8.2. 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: 2.2.8.1. Arithmetic Operators To the Table of Contents Next: 2.2.8.3. Set Operators
2.2.8.1. Arithmetic Operators Table of Contents 2.2.8.3. Set Operators

- 2.2.8.2. -