Pascal (programming language): Difference between revisions

Content deleted Content added
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.
 
===UnionRecord types===
{{excerpt|Union type|Pascal}}