模块:No globals:修订间差异
(创建页面,内容为“local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('尝试读取空全局变量:' .. tostring(k), 2) end return nil end fun…”) |
(没有差异)
|
2022年4月7日 (四) 00:58的版本
此模块的文档可以在模块:No globals/doc创建
(创建页面,内容为“local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('尝试读取空全局变量:' .. tostring(k), 2) end return nil end fun…”) |
(没有差异)
|
此模块的文档可以在模块:No globals/doc创建