Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 81: | Line 81: | ||
local x, y = gsub(syll_count(word), pattern, "%1", 1) | local x, y = gsub(syll_count(word), pattern, "%1", 1) | ||
return | return table.concat(syll_count(word), "·") | ||
end | end | ||
return export | return export | ||