Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Globals
type Menagerie = record
Member: ARRAY[1..MaxAlbum] OF person;
Place: ARRAY[1..MaxAlbum] OF RECORD Page, BoxNo: Integer END;
Size: Integer