lua-users home
lua-l archive

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


On Thu, Jun 23, 2016 at 10:05 AM, KHMan <keinhong@gmail.com> wrote:
 
> I also added a roughly equivalent table passing version.

I would expect that in this test the callee should still be variadic, collecting its arguments into and manipulating them as a table. It would also be nice to see the results for fewer than 10 arguments, because at least thinking about my Lua code, that is the dominant case for variadic functions.

Cheers,
V.