dynamiclua
dynamiclua copied to clipboard
RawGet/RawSet Method
We could implement Methods for getting values without using the Metatables like Lua does. In Lua these functions are called rawget() and rawset().