Returns: set
Synopsis: The minus function returns the set consisting of all elements in a but not in b.
Examples:
> minus({1,2,3}, {3,4,5});
See also: union, subset, intersect, member