On Tuesday 02 January 2007 19:33, Lee Jenkins wrote:
> Christian Iversen wrote:
> > On Sunday 31 December 2006 01:51, Lee Jenkins wrote:
> >> Christian Iversen wrote:
> >>> I much prefer
> >>>
> >>> for X := 0 to 99 do
> >>> begin
> >>>   FooStuff();
> >>> end;
> >>
> >> Hmm.  That's nice too.
> >
> > Naturally it's a matter of taste, but I really cannot get used to the
> > indenting of begin-end. It just looks wierd to me, even after all these
> > years.
> >
> > It's something like
> >
> > for (int x = 0; x < 99; x++)
> >   {
> >      FooStuff();
> >   }
> >
> > Doesn't that look odd, too?
>
> This is exactly the way that I format those blocks in C#!

I have lost.. ;-)

-- 
Regards,
Christian Iversen

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to