Open nrother opened 10 years ago
We could implement Methods for getting values without using the Metatables like Lua does. In Lua these functions are called rawget() and rawset().
rawget()
rawset()
We could implement Methods for getting values without using the Metatables like Lua does. In Lua these functions are called
rawget()
andrawset()
.