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}