Re: Passing arguments to a chunk?
[
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: 2014年5月28日 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={...}