lua-users home
lua-l archive

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


On Wed, Apr 9, 2014 at 9:10 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> The word 'valid' is misleading. Nil and NaN are invalid for setting,
> since the operation cannot be done, but merely futile for getting.
> Not invalid.

Ah, I see.  And I've probably got code out there that depends on
exactly this behaviour ;)