Module:Documentation: Difference between revisions

    (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