[ENH] ifEmptyParam-md

Avi Bryant avi at beta4.com
Sat Jan 31 19:07:21 UTC 2004


On Jan 31, 2004, at 10:19 AM, David Farber wrote:

>
> Ok, so Self's behavior is implicit-context-receiver not implicit-self 
> or is there syntax for both?

The implicit receiver is thisContext; however, thisContext delegates to 
self, so any messages that aren't implemented  by thisContext get tried 
by self next.  This makes it look a lot like implicit-self.

Avi




More information about the Squeak-dev mailing list