May 2, 2013
7:03 a.m.
Neat!!!
Hello.
(UpdatingStringMorph on: otherMorph selector: #position) openInWorld.
and then move otherMorph on screen
or
(UpdatingStringMorph on: otherMorph selector: #extent) openInWorld.
and then resize otherMorph
2013/4/30 Stéphane Ducasse <stephane.ducasse@inria.fr> Hi guys
I would like to build a small lectures based on all the small little crazy expressions that we use like
StandardWindow allInstances do: #close.
or
myObject pointersTo
or
anObject become: String new.
Do you have some cool expressions to share with me.
Stef