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