lua-users home
lua-l archive

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


On Tue, Apr 17, 2012 at 8:46 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> In fact, table.pack is the standard library function one can most easily do
> without and it's amazing that it has not been deprecated yet.

It also wanders around, from global to table, and is the most common
fix-up I need to make when moving code to 5.2

But useful, yes.  Otherwise we have to remember the incantation every
time, using select('#',...).

steve d.