lua-users home
lua-l archive

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


2013/11/24 Tom N Harris <telliamed@whoopdedo.org>:

> If you're going to be toying with the table library, how about allowing
> table.insert and table.remove to work with multiple values.
>
>     table.insert(list, value)
>     table.insert(list, pos, value, ...)
>     table.remove(list, firstpos [, lastpos])

I support this, of course, but ... been there, done that, got T-shirt.