Lua operators

From wikinotes

Documentation

operator overloading metatable keys https://www.lua.org/manual/5.4/manual.html#2.4

Operator Overloading

Every object type in lua has a lua metatable.
The metatable can define custom methods like __add to perform addition. Here's a list of operator overloading methods