mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
28d829c867
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.