> Looking at the code below...
>
> {$if defined(ver2_0)}
>   {$note This is not delphi compatible. }
> {$endif}
>
>
> Is this a feature or a FPC bug?  FPC allows the $IF to be closed with
> the $ENDIF as well as the $IFEND.  This is not Delphi compatible.
>
> The closing tag for $IF is $IFEND
> The closing tag for $IFDEF is $ENDIF
Feature.