The following Lua code provides an example of variable shadowing, in multiple blocks. v = 1 -- a global variable do local v = ...
確定! 回上一頁