(quote *,Set,Set)
x * y
-- the intersection of two sets.
i1 : set {1,2,3} * set {2,3,4}
o1 = Set {2, 3}
o1 : Set
See also
Set
and
*
.