Module:number list/data/sit-nas-pro

Hello, you have come here looking for the meaning of the word Module:number list/data/sit-nas-pro. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/sit-nas-pro, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/sit-nas-pro in singular and plural. Everything you need to know about the word Module:number list/data/sit-nas-pro you have here. The definition of the word Module:number list/data/sit-nas-pro will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/sit-nas-pro, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*di",
}

numbers = {
	cardinal = "*ŋi",
}

numbers = {
	cardinal = "*saɣ",
}

numbers = {
	cardinal = "*ljV",
}

numbers = {
	cardinal = "*ŋwa",
}

numbers = {
	cardinal = "*kʰo ro",
}

numbers = {
	cardinal = "*srV",
}

numbers = {
	cardinal = "*Snil",
}

numbers = {
	cardinal = "*ŋgu",
}

numbers = {
	cardinal = "*tsʰV",
}

numbers = {
	cardinal = "*ŋi tseɣ",
}

numbers  = {
	cardinal = "*di hi",
}

for i = 1, 9 do
	numbers = {
	cardinal = "*tsʰV " .. numbers.cardinal:gsub("*", "")
	}
	numbers = {
	cardinal = "*ŋi tseɣ " .. numbers.cardinal:gsub("*", "")
	}
end

for i = 3, 9 do
	numbers = {
	cardinal = numbers.cardinal .. " tsʰeɣ"	
	}
end

return export