local p =
function p.main(frame) x = tonumber(frame.args.x) or 0 local msg = "" if x < 0 then msg = "negative" elseif x
end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/RexxS/Demo".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.