Module:ábḫ-ipa: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 132: Line 132:
-- allophonic rules
-- allophonic rules
for i,val in word do
for i,val in ipairs(word) do
if val == "a" then
if val == "a" then
if word[i-1] == nil then
if word[i-1] == nil then

Navigation menu