User:Huhu9001/000

From Wiktionary, the free dictionary
Jump to navigation Jump to search
setmetatable(_G, {__index = function(table, key) error("global " .. key) end, __newindex = function(table, key) error("global " .. key) end})