Module:Currency: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
function p.parse(a) |
function p.parse(a) |
||
a = a.gsub(",", "").gsub(".", "") |
|||
val = tonumber(a) |
val = tonumber(a) |
||
if val == nil then |
if val == nil then |