Compiler directive

From Free Pascal wiki
Revision as of 21:52, 18 March 2019 by Djzepi (talk | contribs) (Created page with "{{Compiler directive}} A compiler directives give instructions to the compiler to preprocess the information before actual compilation starts. All these directi...")
(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: