[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [new feature proposal for versions after 5.0 final] passing a rguments to chunks
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 21 Feb 2003 08:52:27 -0300
Although it's not the same thing, here is something that you can do right now:
Write your chunk as
return function (a,b,c,...)
...
end
Then, load the chunk, run it, push the values of the arguments,
and run "it" again.
--lhf