Module:data/metamethods

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

A lookup table of the available metamethods in Lua 5.1.


return {
	__add = true,
	__call = true,
	__concat = true,
	__div = true,
	__eq = true,
	__gc = true,
	__index = true,
	__ipairs = true,
	__le = true,
	__len = true,
	__lt = true,
	__metatable = true,
	__mod = true,
	__mode = true,
	__mul = true,
	__newindex = true,
	__pairs = true,
	__pow = true,
	__sub = true,
	__tostring = true,
	__unm = true,
}