Implies operator

xs0 xs0 at xs0.com
Fri Nov 17 02:20:24 PST 2006


> One question about && and || optimization:
> 
> Is there some way to specify that I need to evaluate the 2 sides of the 
> comparer?
> 
> (something like &&& or ||| )
> 
> note:  "if( And( left() , right() ) )" or similar is not a solution :-)

& and | should do the trick :)

xs0



More information about the Digitalmars-d mailing list