Module:Currency: Difference between revisions
no edit summary
No edit summary |
No edit summary Tag: Reverted |
||
Line 8:
function p.parse(a)
a = a.gsub(",", "").gsub(".", "")
val = tonumber(a)
if val == nil then
|
No edit summary |
No edit summary Tag: Reverted |
||
Line 8:
function p.parse(a)
a = a.gsub(",", "").gsub(".", "")
val = tonumber(a)
if val == nil then
|