?adjoin ( elt set -- ? )


Vocabulary
sets

Inputs
eltan object
seta set


Outputs
?a boolean


Word description
A version of adjoin which returns whether the element was added to the set.

Definition

GENERIC: ?adjoin ( elt set -- ? )


Methods