Re: ? assignments are not expressions ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: ? assignments are not expressions ?
- From: Peter Wang <tjaden@...>
- Date: 2001年3月28日 15:13:41 +1000
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.