Compiler directive

From Lazarus wiki
Revision as of 11:56, 29 June 2019 by Djzepi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: