Previous: 2.2.12.1. Declaration To the Table of Contents Next: 2.2.12.3. External Declaration
2.2.12.1. Declaration Table of Contents 2.2.12.3. External Declaration

- 2.2.12.2. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.12. Procedures and Functions
2.2.12.2. Forward Declaration


2.2.12.2. 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: 2.2.12.1. Declaration To the Table of Contents Next: 2.2.12.3. External Declaration
2.2.12.1. Declaration Table of Contents 2.2.12.3. External Declaration

- 2.2.12.2. -