Module:Documentation: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (sp.)
m (Undid revision 908430596 by Paine Ellsworth (talk) srv - mybad)
Line 189:
local success, val = pcall(envFunc)
if success then
env[key] = val -- MemoriseMemoise the value.
return val
end