<p>Thanks a ton Bert, I really appreciate your help.</p>
<p><blockquote type="cite">On 2011-05-26 5:31 AM, &quot;Bert Freudenberg&quot; &lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt; wrote:<br><br><p><font color="#500050"><br>On 25.05.2011, at 18:47, Jeff G wrote:<br>
<br>&gt; Hi everyone,<br>&gt; <br>&gt; My question is about the semantics of b...</font></p>You cannot assign into arguments anymore (in 1999, you could). So you need to make a temp:<br>
<br>
mkCounter := [:init | | counter | counter := init. [counter := counter + 1]].<br>
<br>
<br>
- Bert -<br>
<br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></p>