Le 30 d�c. 03, � 14:53, Geir Magnusson Jr a �crit :
I put the 'not' in, but it was really ugly. :)
#if($foo and $bar)
is nice looking
#if( not($foo and $bar))
strikes me as weird, for some reason.
Maybe an operator #ifnot would help?
#ifnot($foo and $bar)
Cheers, -- Denis.
It's most likely some weird programmer bias, because of the 'structural' difference between an operator that sits between
A <op> B
and an operator that 'is applied to'
<op> A
I'm neutral on technical grounds, and pretty ambivalent on the aesthetic ones.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
