|
> 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