Module:Documentation: Difference between revisions

From Video Credit Archive

Content deleted Content added
wikpedia>DannyS712
Undid revision 906971056 by DannyS712 (talk) - per talk
wikpedia>Paine Ellsworth
m sp.
Line 189: Line 189:
local success, val = pcall(envFunc)
local success, val = pcall(envFunc)
if success then
if success then
env[key] = val -- Memoise the value.
env[key] = val -- Memorise the value.
return val
return val
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.