Content deleted Content added
Samiam95124 (talk | contribs) →Record types: Trying to clean up a mess. This is a *Pascal* article, not about Unions. All that was required here is an example of Pascal record types. |
Samiam95124 (talk | contribs) |
||
Line 237:
An example of a Pascal record type:
:<syntaxhighlight lang="pascal">
type
Shape = (Circle, Square, Triangle);
|