Previous: 2.2.8.2. Boolean Operators To the Table of Contents Next: 2.2.8.4. Relational Operators
2.2.8.2. Boolean Operators Table of Contents 2.2.8.4. Relational Operators

- 2.2.8.3. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.8. Expressions
2.2.8.3. Set Operators


2.2.8.3. Set Operators


Set operators are defined as follows:
 Operator MeaningOperation
+ Union Yields elements in either A or B 
- Difference Yields elements in A but not in B 
* Intersection  Yields elements in both A and B 



Previous: 2.2.8.2. Boolean Operators To the Table of Contents Next: 2.2.8.4. Relational Operators
2.2.8.2. Boolean Operators Table of Contents 2.2.8.4. Relational Operators

- 2.2.8.3. -