Module:Sandbox/Daihuws

< Module:Sandbox
Revision as of 00:03, 9 Mayıs 2018 by imported>Pppery (Pppery moved page Module:Daihuwsluasandbox to Module:Sandbox/Daihuws without leaving a redirect: Use standard naming convention)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Daihuws/doc

local p = {}

function p.hello( frame )
    x = 3
    if x == 0 then
        return tostring(x)
    else
        return tostring(x * fact(x-1))
    end
end

return p