Bilingual post · Post bilíngue

Jump to: English · Português

English {#english}

Preprocessor: IFDEF and Conditional Compilation

Delphi projects rarely compile as a single flat source file. {$IFDEF}, {$DEFINE}, {$INCLUDE}, and friends select platform code, toggle debug logging, and stitch units together. CrabPascal ships a line-oriented preprocessor (since v1.5.2, refined through v2.x) integrated into check, run, and unit loading.