Previous: 2.4. Run-time error codes To the Table of Contents Next: 3.1. Conditional Directives
2.4. Run-time error codes Table of Contents 3.1. Conditional Directives

- 3. -
Table of Contents
3. Compiler 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: 2.4. Run-time error codes To the Table of Contents Next: 3.1. Conditional Directives
2.4. Run-time error codes Table of Contents 3.1. Conditional Directives

- 3. -