$if conditional not possible inside $ifdef block

Issue #71 resolved
Anders Melander created an issue

The following snippet cause a compile time error.

Syntax Error: Unbalanced conditional directive [line: 5, column: 3]

{$ifdef CompilerVersion}
  {$if CompilerVersion <> 1}
  //
  {$endif}
{$endif}

Comments (1)

  1. Log in to comment