VocabularysetsInputsOutputsWord descriptionOutputs a set consisting of elements present in either
set1 or
set2 which does not contain duplicate values.
This word has a default definition which works for all sets, but set implementations may override the default for efficiency.
ExamplesUSING: sets prettyprint ;
{ 1 2 3 } { 2 3 4 } union .
{ 1 2 3 4 }
See alsodiff,
intersectDefinitionMethods