Content deleted Content added
No edit summary |
No edit summary |
||
Line 10:
for i,v in ipairs(t) do
result = result .. ', ' .. t[i]
i = i + 1
end
return result .. '.'
|
No edit summary |
No edit summary |
||
Line 10:
for i,v in ipairs(t) do
result = result .. ', ' .. t[i]
i = i + 1
end
return result .. '.'
|