Module:Sandbox/Ahecht: Difference between revisions

Content deleted Content added
add
test
Line 54:
return boolean and 0 or ''
end
 
metatable = {['__index'] = function (t, key) return ("error, missing function " .. key) end}
 
setmetatable(p, metatable)
 
return p