Module:User:AryamanA/test

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


local export = {}
function export.show()
	data = {
		 = {
			 = {"a", "b", "c"},
			 = {"q", "f", "g"},
		},
	}
	a = ""
	for val,arr in ipairs(data) do
		a = a .. arr
	end
	return a
end
return export