Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/delphi/compiler-directive.txt

5 lines
105 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
{ Compiler directives }
{$I} (*$I*)
procedure A(x: {$IFDEF Debug}Integer{$ELSE}Word{$ENDIF});
begin end;