Module:No globals: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
36 revisions imported from meta:Module:No_globals
(Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi...")
m (36 revisions imported from meta:Module:No_globals)
 
(36 intermediate revisions by 25 users not shown)
(No difference)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu