<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&lt;&lt;It&#39;s actually a binary (one-argument, infix) method, like +, =, or ==;<br>

it&#39;s the - and &gt; characters put together rather than being a<br>
specialized glyph like the left arrow was. It creates an Association,<br>
which is a key-value pair used in things like Dictionaries.<br>
<br>
If I remember correctly, any characters which can be used for binary<br>
methods can be strung together to make other binary methods -<br>
sometimes you&#39;ll see these turn up in specialized contexts. For<br>
example, there&#39;s also ==&gt;, on Booleans, for implication (&quot;a implies b&quot;).<br>
<br>
Ben Schroeder&gt;&gt;</blockquote><div><br>Thanks Ben, that makes a lot of sense. It&#39;s similar to how 1 @ 2 will return a point.&nbsp; And, of course, after reading your answer I realised that what I should have done is used the method finder to look up -&gt;. I just haven&#39;t quite got it into my head that there are only objects and messages, and therefore if something isn&#39;t an object, it has to be a message!&nbsp;&nbsp; :-)<br>
<br>Cheers<br>AB<br></div></div><br></div>