April 30, 2013
9:07 p.m.
On Apr 30, 2013, at 10:56 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
anObject become: String new.
for become: related teaching, this is fun: magic #thisIsMagiC isSymbol ifTrue: [#thisIsMagiC become: #(0)]. #thisIsMagiC at: 1 put: (#thisIsMagiC at: 1) +1. ^#thisIsMagiC first.