Changes
Jump to navigation
Jump to search
end
if x:byte(pos) == string.byte('.') then
pos = pos - 1
unnecessary
if pos <= 0 then
return 0
end
end