Handbook
Glossary
define-involution ( word -- )
Vocabulary
inverse
Inputs
word
a
word
Outputs
None
Word description
Defines a word as being its own inverse.
See also
define-dual
,
define-inverse
Definition
USING:
kernel
quotations
;
IN:
inverse
:
define-involution
( word -- )
dup
1quotation
define-inverse
;