Module:No globals: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
setting doesn't need exception for name
(don't bother saving old __index or __newindex)
(setting doesn't need exception for name)
Line 7:
end
function mt.__newindex(t, k, v)
if k ~= 'name' and k ~= 'arg' then
error('Tried to write global ' .. tostring(k), 2)
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu