> 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/

Reply via email to