Compiler directive

From Free Pascal wiki
Jump to navigationJump to search

English (en) suomi (fi)

A compiler directives give instructions to the compiler to preprocess the information before actual compilation starts. All these directives begin with a $ (dollar sign ) immediately following the opening { (Left curly bracket). The compiler directive is always specified as a comment using curly braces:

 {$DIRECTIVE [value]} 

There are two types of directives in use: