|
Sean Conner <sean@conman.org> wrote:
> Why not the following?
>
> function foo(...)
> for i = 1 , #... do
> print("the answer is",...[i])
> end
> end
As you stated, if the vargs are needed in a table simply using "..." in
a table constructor could also be used.