mirror of
https://github.com/lua/lua.git
synced 2026-07-30 18:09:05 +00:00
28d829c86712ce5bc453feccc5129a32f78d80c0
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.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%