Re: modifying current execution line/opcode
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: modifying current execution line/opcode
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2006年12月15日 08:36:19 -0200
> 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