[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug report in length of simple table
- From: Peter Aronoff <telemachus@...>
- Date: Wed, 14 Sep 2016 11:54:34 -0400
Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> New try:
>
> That is, a border is the (positive integer) index of any non-nil
> value in a table that is followed by a nil value (or 0, when
> index 1 is empty.)
I’m sorry, but I think that this just got worse for me—or confusing in
a different way. It seems to say the border is an index...in a table that
is followed by a nil value. But “that is followed by a nil value” shouldn’t
modify “table” (I think), but “non-nil value”. But moving it there doesn’t
seem very good either: “a border is the (positive integer) index of any
non-nil value that is followed by a nil value in a table.”
I think that you may be trying to say too much in one sentence.
Best, P
--
We have not been faced with the need to satisfy someone else's
requirements, and for this freedom we are grateful.
Dennis Ritchie and Ken Thompson, The UNIX Time-Sharing System
- References:
- Re: Bug report in length of simple table, Marc Balmer
- Re: Bug report in length of simple table, Malma
- Re: Bug report in length of simple table, Oliver Kroth
- RE: Bug report in length of simple table, Tomas.Lavicka
- Re: Bug report in length of simple table, Dirk Laurie
- Re: Bug report in length of simple table, Roberto Ierusalimschy
- Re: Bug report in length of simple table, Scott Morgan
- Re: Bug report in length of simple table, Coda Highland
- Re: Bug report in length of simple table, Coda Highland
- Re: Bug report in length of simple table, Roberto Ierusalimschy