I have written a class and
all methods should to be called with a ':'.
If someone calls a method with a '.', then it should use the current stdoutput (like object.read() [io.read()] and object:read()).
Has someone any idea to do this?
P.S. In the first case is the method of an instance, in the second case is the method static.
Edited by Sewbacca, 06 November 2016 - 12:13 AM.












