recursive-quotation? ( quot -- ? )


Vocabulary
stack-checker.recursive-state

Inputs
quota quotation


Outputs
?a boolean


Word description
Checks if the quotation is among the registered recursive quotations.

Definition