Intersection

operand1 intersect operand2

If operand1 and operand2 both result in sets, the expression results in the set intersection of operand1 and operand2. Otherwise it results in Undefined.

For example:

  {1, 2, 3} intersect {2, 3, 4} = {2, 3}

Herman Venter

This is Slim documentation as snarfed on 27 May 1999 by dB.