- 2.2.8.3 -
TMT Pascal Language Description
Pascal Language Structure
Expressions
Set Operators
Set operators are defined as follows:
Operator
Meaning
Operation
+
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
Boolean Operators
Table of Content
Relational Operators
- 2.2.8.3 -