Mike Pall %!s(int64=14) %!d(string=hai) anos
pai
achega
7aa2c994b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      etc/strict.lua

+ 1 - 1
etc/strict.lua

@@ -31,7 +31,7 @@ mt.__newindex = function (t, n, v)
   end
   end
   rawset(t, n, v)
   rawset(t, n, v)
 end
 end
-  
+
 mt.__index = function (t, n)
 mt.__index = function (t, n)
   if not mt.__declared[n] and what() ~= "C" then
   if not mt.__declared[n] and what() ~= "C" then
     error("variable '"..n.."' is not declared", 2)
     error("variable '"..n.."' is not declared", 2)