Re: How to implement this with LuaMacro?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to implement this with LuaMacro?
- From: Pavel Shevaev <pacha.shevaev@...>
- Date: 2010年1月25日 11:04:50 +0300
> PARAL(
> SEQ(
> Foo(),
> Bar()
> ),
> Zoo()
> )
Guys, now I'm trying to implement this and it looks like I need
variable arguments list within a macro. Is it possible at all? In
examples('qw', 'import') I noticed the variable list of arguments is
passed as arguments separated with spaces is it the only possible way?
--
Best regards, Pavel