Thanks Graeme for your always clear and hyper-useful explanations.
Of course I agree with all of you, a well indented code is much easier to read.
But, in case of the code is not well indented, it seams to me that this =>
procedure color_begin_end() ;
begin
if x > y then
begin
if z = x then
begin
str := 'hello';
end else
begin
str := 'bye';
end;
end;
end;
is easier to read than that =>
procedure color_begin_end() ;
begin
if x > y then
begin
if z = x then
begin
str := 'hello';
end else
begin
str := 'bye';
end;
end;
end;
Fre;D
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk