At 12:05 -0500 2002.03.07, [EMAIL PROTECTED] wrote:
>  [% x = 1 || ( 2 && 3 ) %]
>
>It seems that the above is parsed incorrectly, TT does:
>
>  [% x = ( 1 || 2 ) && 3 %]

Sorry, that's slightly off.  The two above are parsed correctly.  However,
with NO parens, it is parsed as the latter, instead of the former.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/


Reply via email to