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 i > 1 and inflections[i+1] and inflection ~= "/" then
if i > 1 and inflections[i+1] ~= "/" and inflection ~= "/" then
table.insert(out, inflections[i+1] == "/" and "" or " ")
table.insert(out, " ")
end
end
end
end