Module:Documentation: Difference between revisions

m
sp.
imported>DannyS712
(Undid revision 906971056 by DannyS712 (talk) - per talk)
imported>Paine Ellsworth
m (sp.)
Line 189:
local success, val = pcall(envFunc)
if success then
env[key] = val -- MemoiseMemorise the value.
return val
end