- 2.2.12.2 -
TMT Pascal Language Description

Pascal Language Structure


Procedures and FunctionsForward Declaration
The forward clause is used to define a procedure prior to its
complete declaration. forward tells TMT Pascal that the declaration
is further ahead in the program. A forward procedure declaration
takes the following form:
Procedureheader; forward;
  | 
  | 
  | 
| Declaration | 
Table of Content | 
External Declaration | 
- 2.2.12.2 -