<html><body bgcolor="#FFFFFF"><div>Yeah, but I was so much older then. I'm younger than that now:)<br><br>On Feb 17, 2011, at 9:47 AM, "Jecel Assumpcao Jr." <<a href="mailto:jecel@merlintec.com">jecel@merlintec.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>




<span style="display:none"> </span>



    <div id="ygrp-text">
      
      
      <p>Casey,<br>
<br>
> I may be suffering from flatulent gray matter; I read this in the handbook, section 2.3.3:<br>
> <br>
> Associativity. Keyword messages associate from right to left, so<br>
> <br>
> 5 min: 6 min: 7 Max: 8 Max: 9 min: 10 Max: 11<br>
> <br>
> is interpreted as<br>
> <br>
> 5 min: (6 min: 7 Max: 8 Max: (9 min: 10 Max: 11)) <br>
<br>
You are probably right and it is my memory that is incorrect. I thought<br>
that something like "5 min: 6 min: 7" would be considered a syntax error<br>
and you would be forced to add parenthesis to get it to parse (another<br>
small Self/Smalltalk-80 difference: what is called the compiler in<br>
Smalltalk-80 is known as the parser in Self so that the term compiler<br>
can be used for the bytecode-to-machine code translator).<br>
<br>
Looking at my 1993 tinySelf 0 code, I see that it would indeed parse the<br>
above as "5 min: (6 min: 7)" without any errors. So at one time I knew<br>
this :-)<br>
<br>
Sorry about the confusion,<br>
-- Jecel<br>
<br>
</p>

    </div>
     

    





<!-- end group email -->

</div></blockquote></body></html>