Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/delphi/compiler-directive.txt
2021-04-07 19:25:18 -04:00

5 lines
105 B
Plaintext
Vendored

{ Compiler directives }
{$I} (*$I*)
procedure A(x: {$IFDEF Debug}Integer{$ELSE}Word{$ENDIF});
begin end;