1 min de lecture
Dieudo
Page créée avec « local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error( "utilisation d'une variable globale, " .. tostring(k), 2 ) end return nil end f... »
13:33
+336