> if something then begin
> dostuff
> end else begin
> dootherstuff
> end;
Concise..yes but I think the else should be on the same 'level' as the if so
IMHO
if something then begin
dostuff
end
else begin
dootherstuff
end;
I'm a 2 space indenter any other 2 space indenters out there - unite!
Is this becoming somewhat 'Swiftesque'
Neven
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
- Re: [DUG]: Help with Logic flows Robert Martin
- RE: [DUG]: Help with Logic flows James Sugrue
- RE: [DUG]: Help with Logic flows Ross Levis
- Re: [DUG]: Help with Logic flows Steve Peacocke
- Re: [DUG]: Help with Logic flows Neven MacEwan
- Re: [DUG]: Help with Logic flows Edward Aretino
- RE: [DUG]: Help with Logic flows Stephen Barker
- Re: [DUG]: Help with Logic flows Don Macrae
- Re: [DUG]: Help with Logic flows Mark Howard
- RE: [DUG]: Help with Logic flows C Fraser
- RE: [DUG]: Help with Logic flows Neven MacEwan
- RE: [DUG]: Help with Logic flows Steve Peacocke
- Re: [DUG]: Help with Logic flows Bob Osborn
- Re: [DUG]: Help with Logic flows Nello Sestini
- RE: [DUG]: Help with Logic flows Roser, Wayne
