Handbook
Glossary
undo ( quot -- quot )
Invertible quotations
Prev:
[undo] ( quot -- undo )
Next:
matches? ( quot -- quot' )
Vocabulary
inverse
Inputs
quot
a
quotation
Outputs
quot
a
quotation
Word description
Executes the inverse of the given quotation
See also
[undo]
Definition
IN:
inverse
MACRO:
undo
( quot -- quot )
[undo]
;