Dear list,<br><br>Consider the following;<br>===============<br>if( 1 , 0)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &lt;&lt;&lt;&quot;false?&quot;&gt;&gt;&gt;;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; <br>if( 1 , 1)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &lt;&lt;&lt;&quot;true?&quot;&gt;&gt;&gt;;<br>
&nbsp;&nbsp;&nbsp; }<br>=============<br><br>I think this isn&#39;t according to the language specs but it runs just fine. It seems that the comma equates to &quot;&amp;&amp;&quot;? it&#39;s not problematic in the slightest but it&#39;s not according to the specs either, I think, and a bit confusing. <br>
<br>What&#39;s up here?<br><br>Yours,<br>Kas.<br>