<div dir="ltr">Could some kind soul please explain what I am doing wrong here?<br><br>I have a model, called Fspace, which I have created several instances of, whilst I was testing it.<br><br>Fspace allInstances size reports 9 instances.<br>
<br>When I run<br><br>Fspace allInstancesDo:<br>&nbsp;&nbsp; [:each |<br>&nbsp;&nbsp; each := nil.<br>Transcript show: (each value); cr.<br>&nbsp;&nbsp; Smalltalk garbageCollect]<br><br>The transcript shows that the values are set to nil. However, the instances don&#39;t go away.&nbsp; So, what am I doing wrong?<br>
<br>Cheers<br>AB<br></div>