lua-users home
lua-l archive

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


> The problem is that nil is both a value that can be useful in
> computations and the representation of non-presence in a table. Mostly
> that's okay. When it isn't, code can break in surprising ways if one
> hasn't thought ahead.

Of course, the fact that "code can break in surprising ways if one
hasn't thought ahead" is true for almost any code :)

-- Roberto