xor_sets
xor_sets -set1d_setObj-set2d_setObj
Description
Creates a new set that contains objects that are in either of the specified sets, but not in both.
Arguments
Value Returned
Examples
Creates a new set that contains objects that are in myset1 or myset2, but not in both.
xor_sets -set1 $myset1 -set2 $myset2
Related Topics
Return to top