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.

This module contains data on various types of numbers in Proto-Naish.

Number Cardinal
1 *rdi
2 *ŋi
3 *sV
4 *ljV
5 *ŋwa
9 *ŋɡu
10 *tsʰV

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*rdi",
}

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

numbers = {
	cardinal = "*sV",
}

numbers = {
	cardinal = "*ljV",
}

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

numbers = {
	cardinal = "*ŋɡu",
}

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

return export