Content deleted Content added
Samiam95124 (talk | contribs) |
Samiam95124 (talk | contribs) →Union types: Pascal uses the term record, not union. If the author is referring to the C type union, that is properly termed a variant record in Pascal. |
||
Line 233:
For these examples, which involve sets over small domains, the improved performance is usually achieved by the compiler representing set variables as [[bit vector]]s. The set [[Operator (programming)|operators]] can then be implemented efficiently as bitwise machine code operations.
===
{{excerpt|Union type|Pascal}}
|