Fernando escribió:
> Hi,
>
> I just found out SmalltalkSystem class and its singleton instance. How
> can I find the name of that instance? I'd like to check out how the
> system uses this model.
The variable is a class variable named "Current". You can access it
evaluating:
SmalltalkSystem current
Reading your questions, it seems you're missing some concepts or the
training to auto-explore the system (a characteristic of
smalltalks). I recommend you to read any of the free books available at:
http://www.iam.unibe.ch/~ducasse/FreeBooks.htmlOr the Dolphin Education Centre:
http://www.object-arts.com/Lib/EducationCentre4/htm/helpcontents1.htmBest regards.
--
Esteban A. Maringolo
[hidden email]