imported>Pppery
m (Pppery moved page Module:Daihuwsluasandbox to Module:Sandbox/Daihuws without leaving a redirect: Use standard naming convention)
 
(No difference)

Latest revision as of 00:03, 9 Mayıs 2018

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