lua-users home
lua-l archive

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


> That said, using table.pack seems to be more trouble than anything in that case. Using select directly seems to be more straightforward.

I disagree: table.pack does what is needed *and* creates the table that
is returned. Very convenient.