Monkey C equivalent of `this` in OOP?

Former Member
Former Member
The title says it all. Is there a way to reference the current object? I tried `this` and `self`, none works.