Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
MacPascal
type Rect = record
left: INTEGER;
right: INTEGER;
top: INTEGER;
bottom: INTEGER;