lua-users home
lua-l archive

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


> I realized that until the first nil value is encountered, that it
> would assign the value of the element and nil to the same index -
> which is undefined as I know now. Thanks for that hint... maybe the
> manual on assignments should cover this case and state that the
> behavior is undefined?

Usually we consider that what the manual does not say is undefined.

-- Roberto