lua-users home
lua-l archive

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


> macro.define ('PARAL',{'body'},'parallel(function(self) body end)')
>
> or even more C-like:
>
> macro.define 'PARAL(body) parallel(function(self) body end)'

Oh, thanks a lot! It seems to be working now just fine.

-- 
Best regards, Pavel