Pascal (programming language): Difference between revisions

Content deleted Content added
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.
Line 237:
An example of a Pascal record type:
 
:<syntaxhighlight lang="pascal">
type
Shape = (Circle, Square, Triangle);