Global variables in Lua do not need declarations. ... One option is to use rawset, which bypasses the metamethod: function declare (name, initval) rawset(_G ...
確定! 回上一頁