>precedence, and some fools out there actually insist
>on minimizing the number of parens in any expression
>by picking || instead of OR, etc. 

Red herring.

    $a = $b || $c;

Just put parens around your function calls, and a lot of 
the cleverness become unneeded.

--tom

Reply via email to