lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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