> 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