[Lazarus] clarification / Re: constant-highlight ? [Re: quick opinion poll / pascal highlighting "case"]
Vannus
vannus at gmail.com
Wed May 26 20:32:57 CEST 2010
>
> if x then begin
> code
> end else begin
>
new-command;
> if y then begin
> code
> end else begin
> code
> end;
> end;
>
dammit, missed new-command when reading your code :S
also kinda missed your point tbh...
if x then begin
code
end else
if y then begin
code
end else begin
code
end;
both methods are as easy as each other for where to place the
begin/end/new-command, IMO.
- V
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20100526/51e64ee5/attachment-0004.html>
More information about the Lazarus
mailing list