[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Passing arguments to a chunk?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 28 May 2014 07:52:20 -0300
> local args = ...
This only gets the first argument.
To get them all, so that you can loop over them, use
local arg={...}