lua-users home
lua-l archive

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


> At this point, I'm sure too much code would break to introduce any
> changes. But if we were designing iterators from scratch,
> wouldn't it be nice to give them this signature instead:
> 
>     generator(control_variable, state_var1, ...)

Yes. :(

-- Roberto