April 16, 2012
8:14 p.m.
Hi so far ContextPart>>contextForLocalVariables "Answer the context in which local variables (temporaries) are stored." self subclassResponsibility MethodContext>>contextForLocalVariables "Answer the context in which local variables (temporaries) are stored." ^self So we could get rid of it. Stef