mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
a006514ea1
Added restriction that, when a label is created, there cannot be another label with the same name visible. That allows backward goto's to be resolved when they are read. Backward goto's get a close if they jump out of the scope of some variable; labels get a close only if previous goto to it jumps out of the scope of some upvalue.