lua-users home
lua-l archive

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


> Labels should have non-lexical scope, extending across the whole
> function, and the same label must not be used twice within the same
> function.

Then should you be able to jump into a block?

-- Roberto