MyWikiBiz, Author Your Legacy — Tuesday October 21, 2025
Jump to navigationJump to search
133 bytes added
, 23:31, 15 July 2021
p = {}
p.stripzeros = function(frame)
x = tonumber(frame.args[1])
if x then
return x
else
return "Incorrect"
end
end
return p