mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
b8fed93215
The new syntax is <local *toclose x = f()>. The mark '*' allows other attributes to be added later without the need of new keywords; it also allows better error messages. The API function was also renamed ('lua_tobeclosed' -> 'lua_toclose').