presentations/highlight-js/test/markup/delphi/compiler-directive.txt

5 lines
105 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
{ Compiler directives }
{$I} (*$I*)
procedure A(x: {$IFDEF Debug}Integer{$ELSE}Word{$ENDIF});
begin end;