define-involution ( word -- )


Vocabulary
inverse

Inputs
worda word


Outputs
None

Word description
Defines a word as being its own inverse.

See also
define-dual, define-inverse

Definition