Module:Math: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
en>Dragons flight
(whitespace)
en>Dragons flight
(unnecessary)
Line 46: Line 46:
if pos <= 0 then
if pos <= 0 then
return 0
return 0
end
if x:byte(pos) == string.byte('.') then
pos = pos - 1
end
end
end
end