[squeak-dev] Environment question

Chris Cunnington smalltalktelevision at gmail.com
Wed Jun 27 14:29:14 UTC 2012


http://osrcon.ca/helloenv.png

I created a HelloEnv class and filed out. It has one method #sayHi which 
writes to the Transcript.

I loaded it into an Environment and now I can reference it in a 
Workspace and have it print its message
to the Transcript.

How would I change my #sayHi method? I'm guessing this is the raw 
implementation and some tooling
would needed, so you could change code in different environments.

Chris



More information about the Squeak-dev mailing list