Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation: Difference between revisions

Content added Content deleted
(Undid revision 906971056 by DannyS712 (talk) - per talk)
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.