lua-users home
lua-l archive

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


On Thu, Apr 14, 2011 at 1:18 PM, Benoit Germain <bnt.germain@gmail.com> wrote:
> table.remove (t [, pos] [, count])

This is a minor tangential point, but I think it might be better described:

table.remove (t [, pos [, count] ])

...to make it clear that you can only give a 'count' if you also give a 'pos'.

Anyway, I approve of this proposal too.

-Duncan