On Fri, Sep 11, 2020 at 12:15 PM Alexey Tor. via lazarus
<lazarus@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
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to