- 2.2.10 -
TMT Pascal Language Description
Pascal Language StructurePrograms and Units
TMT Pascal source files contain units, programs, or both. A unit is a
collection of procedures, functions, and data that is accessible to other
programs or units. Units aid in the modular design of applications and are
similar to libraries. Units may not be executed directly. A program consists
of one or more procedures or functions. The main procedure of a program is
executed during runtime.
|
|
|
With Statement |
Table of Content |
Units |
- 2.2.10 -