CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Set Examples (cont.)
Modula-2 and Modula-3
Additional operations: INCL, EXCL, / (symmetric set difference (elements in one but not both operands))
Ada--does not include sets, but defines in as set membership operator for all enumeration types and subrange expressions
Java includes a class for set operations