5.0  Class File Syntax

Class files declare global information used throughout a program or library. They describe the build process and define data structures, enumerated types, and global variables.

To build a program or library you designate the primary Class which begins a process that imports all other Classes included in the build. The next phase of the build compiles all necessary procedures. Finally the program is linked or the library is constructed.

Sequence Adjunct Procedure

Class Preamble