<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-04-29 20:49 GMT+02:00 marcel.taeumel <span dir="ltr">&lt;<a href="mailto:Marcel.Taeumel@hpi.de" target="_blank">Marcel.Taeumel@hpi.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Levente,<br>
<br>
what do you refer to? The width for a column will be computed only once now<br>
and then accessed only.<br>
<br>
Best,<br>
Marcel<br>
<br>
<br></blockquote><div><br></div><div>Hi Marcel,<br><br></div><div>at:put: will answer the put object.<br></div><div>So rather than<br></div><div>   self at: key put: value.<br></div><div>   ^self at: key<br></div><div>you can<br></div><div>   ^self at: key put: value<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
--<br>
View this message in context: <a href="http://forum.world.st/The-Trunk-Morphic-mt-1124-mcz-tp4892867p4892991.html" rel="noreferrer" target="_blank">http://forum.world.st/The-Trunk-Morphic-mt-1124-mcz-tp4892867p4892991.html</a><br>
Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
</blockquote></div><br></div></div>