create the metatable with a __call metamethod local meta = { __call = function(self) self.i = self.i + 1 end, -- to view the results __tostring ...
確定! 回上一頁