2.2.8.2. Boolean Operators | Table of Contents | 2.2.8.4. Relational Operators |
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 |
2.2.8.2. Boolean Operators | Table of Contents | 2.2.8.4. Relational Operators |