lua-users home
lua-l archive

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


> Limitations:
> - labels are local to a function, you can't jump from a function to another
> - It's safe to jump out of a loop/block. [...]

Does it take care of closing closures when jumping out of the scope of
a variable which is used by an inner function?

-- Roberto