Pascal (programming language): Difference between revisions

Content deleted Content added
Record types: Simplified Pascal record cases. The previous discussion was a trope about computer science that was unecessary to the subject at hand, to wit: The Pascal language.
Line 257:
end;
</syntaxhighlight>
 
Variant records allow several fields of the record to overlap each other to save space.
 
===Type declarations===