lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Stephen Adam <saadam@bigpond.com> wrote:
> > 
> > while 1 do
> > X = read()
> > if not X then break end
> > print ( X )
> > end 
> 
>     No indents?  To me the indents make a far greater
> difference to readability than the loop control method.

The indentation shows up in my mailer.  Perhaps your mailer doesn't
like TAB characters?  Anyway, I'll use spaces next time.