undo ( quot -- quot )
Invertible quotations

Prev:[undo] ( quot -- undo )
Next:matches? ( quot -- quot' )


Vocabulary
inverse

Inputs
quota quotation


Outputs
quota quotation


Word description
Executes the inverse of the given quotation

See also
[undo]

Definition

MACRO: undo ( quot -- quot ) [undo] ;