Handbook
Glossary
recursive-quotation? ( quot -- ? )
Vocabulary
stack-checker
.
recursive-state
Inputs
quot
a
quotation
Outputs
?
a
boolean
Word description
Checks if the quotation is among the registered recursive quotations.
Definition
USING:
accessors
namespaces
stack-checker.recursive-state.tree
;
IN:
stack-checker.recursive-state
:
recursive-quotation?
( quot -- ? )
recursive-state
get
quotations>>
lookup
;