lua-users home
lua-l archive

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


Hallo,

On Fri, Aug 26, 2011 at 1:09 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
>
> It says if the value at the given acceptable index .. returns bla.
> OTHERWISE returns null.
>

And it's exactly here that you (and liam) get the sentence wrong.
Repeating Josh:

"If the value at the given acceptable index" explicitly implies that
you've given an acceptable index to the function. Reading into the
rest of the sentence serves no purpose because you have not met this
precondition.

-- 
-alex
http://www.artisancoder.com/