Previous: Declaration To the Table of Content Next: External Declaration

- 2.2.12.2 -
TMT Pascal Language Description
Pascal Language Structure
Procedures and Functions

Forward 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;



Previous: Declaration To the Table of Content Next: External Declaration
Declaration Table of Content External Declaration

- 2.2.12.2 -