On Fri, Jan 29, 2010 at 08:09, Graeme Geldenhuys <graemeg.li...@gmail.com> wrote: > > Non-confusing end result looks like this: > > if a then > begin > DoSomething; > end > else > begin > DoOtherThing; > end; > > or > > if a then > begin > DoSomething; > end > else begin > DoOtherThing; > end;
As well as both if a then DoSomething else DoOtherThing; and if a then DoSomething; else DoOtherThing; At least to me they are :-) > But then it's like you said: It's your patch, use it or don't. :) +1 ;-) _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel