mirror of
https://github.com/lua/lua
synced 2025-02-08 01:04:03 +03: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.