[Lazarus] JCF2 patch in trunk

Bart bartjunk64 at gmail.com
Fri Sep 11 13:05:25 CEST 2020


On Fri, Sep 11, 2020 at 12:15 PM Alexey Tor. via lazarus
<lazarus at lists.lazarus-ide.org> wrote:

>     if StartsText('{$include',pcToken.SourceCode)=true then
>        lPos:=10
>      else if StartsStr('{$I',pcToken.SourceCode)=true then

I really dislike this "if BooleanExpression=true" (or: "if
BooleanExpression=false").
A simple "if BooleanExpression" suffices (or: "if not BooleanExpression").

-- 
Bart


More information about the lazarus mailing list