lua-users home
lua-l archive

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


> Sorry if the description was not clear, what I meant is that a statement like:
> 
> for var_1, ···, var_n in explist do
>   <block>
> end
> 
> would be equivalent to the code:
> 
> [...]

It duplicates the <body> of all for loops in the program? Not very
"space conscious"...

-- Roberto