Revision as of 18:43, 25 March 2022 by DavidNolte(talk | contribs)(DavidNolte changed the content model of the page Module:No globals from "plain text" to "Scribunto")
localmt=getmetatable(_G)or{}functionmt.__index(t,k)ifk~='arg'thenerror('Tried to read nil global '..tostring(k),2)endreturnnilendfunctionmt.__newindex(t,k,v)ifk~='arg'thenerror('Tried to write global '..tostring(k),2)endrawset(t,k,v)endsetmetatable(_G,mt)