Module:number list/data/ase

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

local numbers = {}
export.numbers = numbers

local fwd_modifier = "𝪜"

numbers = {
	cardinal = "𝡶𝪜",
}

numbers = {
	cardinal = "𝠀", 
}

numbers = {
	cardinal = "𝠎",
}

numbers = {
	cardinal = "𝠞", 
}

numbers = {
	cardinal = "𝡄", 
}

numbers = {
	cardinal = "𝡌", 
}

for number = 1, 5 do 
	cardinal = numbers.cardinal
	numbers.ordinal = cardinal .. fwd_modifier .. " " .. cardinal
end

numbers = {
	cardinal = "𝢇𝪜",
}

numbers = {
	cardinal = "𝢥𝪜",
}

numbers = {
	cardinal = "𝢻𝪜",
}

numbers = {
	cardinal = "𝣎𝪜",
}

for number = 6, 9 do 
	cardinal = numbers.cardinal
	numbers.ordinal = cardinal .. " " .. mw.ustring.sub(cardinal, 1, 1)
end

numbers = {
	cardinal = "𝣵𝪞𝦥",
}

numbers = {
	cardinal = "𝠀𝤝",
}

numbers = {
	cardinal = "𝠎𝤝",
}

numbers = {
	cardinal = "𝠞𝤡𝤡",
}

numbers = {
	cardinal = "𝡄𝤡𝤡",
}

numbers = {
	cardinal = "𝡌𝤡𝤡",
}
return export