Jump to content

Seenaa foyyeeffata "Module:No globals"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (ammee) = difference with latest revision, (Xumura) = difference with preceding revision, b = minor edit.

9 Fulbaana 2020

  • ammeeXumura 08:4708:47, 9 Fulbaana 2020 Maammee dubbadhu gumaacha baayti 307 +307 Fuula Harra: 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.__newindex(t,...