Previous: Boolean Operators To the Table of Content Next: Relational Operators

- 2.2.8.3 -
TMT Pascal Language Description
Pascal Language Structure
Expressions

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: Boolean Operators To the Table of Content Next: Relational Operators
Boolean Operators Table of Content Relational Operators

- 2.2.8.3 -