Hi List!<div><br></div><div>I&#39;m playing with class variables. How should I initialize them?</div><div>I&#39;ve tried with the class method <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">initialize</font> but it does not do the job.</div>
<div><br></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Pirulo class&gt;&gt;initialize</font></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    super initialize.</font></div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    myClassVar := Dictionary new at: &#39;one&#39; put: 1.</font></div><div><br></div><div><br></div><div>Thanks in advance!</div><div><br></div>