20 Jul
2006
20 Jul
'06
7:06 p.m.
Hi!
sorry if I'm missing it. Is there a this/self style keyword for OO programming in classes?
There is 'this' keyword for refering to the object instance from inside a member function. There is also 'me' keyword which refers to the shred you are in, for example: me.yield(); // yields the VM - doesn't not advance time // unrelated to 'this' Best, Ge!