<p>aa[key] = val;</p>
<p>should be evaluated:</p>
<p>1. aa<br>
2. key<br>
3. val<br>
4. aa[key] = val <-- allocating slot and set to it</p>
<p>Kenji Hara</p>
<div class="gmail_quote">2013/01/11 18:56 "deadalnix" <<a href="mailto:deadalnix@gmail.com">deadalnix@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Friday, 11 January 2013 at 08:55:55 UTC, Bernard Helyer wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I completely agree. Doesn't the spec say that relying on<br>
the order of assignment evaluation is undefined?<br>
</blockquote>
<br>
After a long discussion with Andrei, it seems that it is left to right.<br>
</blockquote></div>