On 23/08/2013 12.42, Philipp Kraus wrote:
mytab = { func1 = function(self, …) do something end func2 = function(self, …) do something other } and self should be point to mytab. How can I do this?
mytab:func1() -- Enrico