A metatable is a table which, with some certain keys set, can change the behaviour of the table it's attached to. Let's see an example. t = {} ...
確定! 回上一頁