[undo] ( quot -- undo )
Invertible quotations

Prev:define-pop-inverse ( word n quot -- )
Next:undo ( quot -- quot )


Vocabulary
inverse

Inputs
quota quotation


Outputs
undothe inverse of the quotation


Word description
Creates the inverse of the given quotation

See also
undo

Definition