lua-users home
lua-l archive

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


> +1
> 
> [...]
> 
> On 12/15/10, Keith Matthews <keith.l.matthews@gmail.com> wrote:
> > [...]
> >
> > Therefore, I expect table.insert, table.remove, table.sort,
> > table.concat and table.unpack to honor the __len metamethod on tables,
> > since their description says that they work over the table length.

This will be corrected. Thanks for the feedback.

-- Roberto