Use of -> in Pharo Code
Posted by bprior on Dec 01, 2016; 1:52am
URL: https://forum.world.st/Use-of-in-Pharo-Code-tp4925411.html
Thanks for the explanation, Sebastian. It led
me to look into associations and dictionaries, which led me to
page 190 in Pharo By Example. The character, ->, is
there used in examples. It is described as a message (I assume a
binary message). I found -> also in the index under Object.
Thanks again.
Bruce