Simulator design question

Leandro Caniglia caniglia at dm.uba.ar
Fri Sep 7 10:46:11 UTC 2001


Ned Konz <ned at bike-nomad.com> wrote:

> Node class>>named: anID
>     Nodes at: anID ifAbsent: [].

and don't forget to return the answer
(include the uparrow ;-)

Node class>>named: anID
	^ Nodes at: anID ifAbsent: [].

/Leandro




More information about the Squeak-dev mailing list