CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
More Union Examples
Pascal--both discriminated and nondiscriminated unions
type intreal = record tagg : Boolean of true : (blint : integer); false : (blreal : real); end;