Nov. 7, 2010
1:50 a.m.
On Sun, 7 Nov 2010, Benjamin wrote:
Hi guys,
I wonder how SmalltalkImage create the Smalltalk instance.
Can someone explain me that ?
Smalltalk is a global variable, it's value is the only instance of SmalltalkImage. The code that created the instance was removed, so you won't find it. Levente
Thank you
Ben