Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 35: Line 35:
if find(sub(root, 1, -2), ending .. "$") then
if find(sub(root, 1, -2), ending .. "$") then
return decl, {sub(root, 1, -(#ending + 1))}
return decl, {sub(root, 1, -(#ending + 1))}
else return "fricative", {sub(root, 1, -2)}
end
end
end
end

Navigation menu