<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://guanches.org/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3ANo_globals</id>
	<title>Módulo:No globals - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://guanches.org/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3ANo_globals"/>
	<link rel="alternate" type="text/html" href="https://guanches.org/index.php?title=M%C3%B3dulo:No_globals&amp;action=history"/>
	<updated>2026-04-05T20:28:49Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://guanches.org/index.php?title=M%C3%B3dulo:No_globals&amp;diff=218583&amp;oldid=prev</id>
		<title>Atamankad: Página creada con «local mt = getmetatable(_G) or {} function mt.__index (t, k) 	if k ~= &#039;arg&#039; then 		error(&#039;Trató de leer nil global &#039; .. tostring(k), 2) 	end 	return nil end function mt.__newindex(t, k, v) 	if k ~= &#039;arg&#039; then 		--error(&#039;Trató de escribir global &#039; .. tostring(k), 2) 	end 	rawset(t, k, v) end setmetatable(_G, mt)»</title>
		<link rel="alternate" type="text/html" href="https://guanches.org/index.php?title=M%C3%B3dulo:No_globals&amp;diff=218583&amp;oldid=prev"/>
		<updated>2026-02-14T19:28:09Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «local mt = getmetatable(_G) or {} function mt.__index (t, k) 	if k ~= &amp;#039;arg&amp;#039; then 		error(&amp;#039;Trató de leer nil global &amp;#039; .. tostring(k), 2) 	end 	return nil end function mt.__newindex(t, k, v) 	if k ~= &amp;#039;arg&amp;#039; then 		--error(&amp;#039;Trató de escribir global &amp;#039; .. tostring(k), 2) 	end 	rawset(t, k, v) end setmetatable(_G, mt)»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mt = getmetatable(_G) or {}&lt;br /&gt;
function mt.__index (t, k)&lt;br /&gt;
	if k ~= &amp;#039;arg&amp;#039; then&lt;br /&gt;
		error(&amp;#039;Trató de leer nil global &amp;#039; .. tostring(k), 2)&lt;br /&gt;
	end&lt;br /&gt;
	return nil&lt;br /&gt;
end&lt;br /&gt;
function mt.__newindex(t, k, v)&lt;br /&gt;
	if k ~= &amp;#039;arg&amp;#039; then&lt;br /&gt;
		--error(&amp;#039;Trató de escribir global &amp;#039; .. tostring(k), 2)&lt;br /&gt;
	end&lt;br /&gt;
	rawset(t, k, v)&lt;br /&gt;
end&lt;br /&gt;
setmetatable(_G, mt)&lt;/div&gt;</summary>
		<author><name>Atamankad</name></author>
	</entry>
</feed>