mirror of
https://github.com/lua/lua.git
synced 2026-07-19 04:29:28 +00:00
A to-be-closed variable must be closed when a block ends, so even a 'return foo()' cannot directly returns the results of 'foo'; the function must close the scope before returning.