Module:form of: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 19: Line 19:
table.insert(out, inflection)
table.insert(out, inflection)
end
end
if inflection ~= "/" and inflections[i+1] ~= "/" then
if inflection ~= "/" and inflections[i+1] ~= "/" and inflections[i+1] then
table.insert(out, " ")
table.insert(out, " ")
end
end