Jump to content

Module:Welcome/huberthhc

Unchecked
From Wikipedia

Documentation for this module may be created at Module:Welcome/huberthhc/doc

local p = {}

function p.byname(frame)
    local  result = 0
    for k, v in pairs(frame.args) do
        result = result + v
    end
    return result 
end

return p