Previous: Run-time error codes To the Table of Content Next: Conditional Directives

- 3 -

Compiler Directives

Compiler directives, are comments started with $ symbol. Compiler directives can be used wherever comments are allowed.

Compiler directives... - begin with {$, /*$ or (*$
- are followed by the name of the directive
- end with }, */ or *)
Note that // and -- comments can not be used to specify compiler directive

Compiler directives come in three varieties:
Conditional Directives
Switch and Parameters Directives
Predefined Symbols



Previous: Run-time error codes To the Table of Content Next: Conditional Directives
Run-time error codes Table of Content Conditional Directives

- 3 -