On Thu, 31 Oct 2002, Me wrote:
: That's one reason why I suggested control of this sort
: of thing should be a property of the operation, not of
: the operands.

I think that by and large, the operator knows whether it wants to
do union or intersection.  When you're doing «+», it's obviously
union that you want, with undef defaulting to 0.  And «//» would
want intersection.

Larry

Reply via email to