Thread: new syntax?
View Single Post
  #1  
Old 07-11-2006, 08:51 PM
x-scythe
Discordant
 
Join Date: Jun 2003
Posts: 449
Default new syntax?

can anyone explain to me why the syntax was changed in the following?

$1 &lt; $2 instead of $1 < $2
$1 &lt;= $2 instead of $1 <= $2
$1 &amp;&amp; $2 instead of $1 && $2

how come only these ones changed and yet some of the others stayed the same?
Reply With Quote