factor/basis/stack-checker/recursive-state/recursive-state-docs.factor

7 lines
257 B
Factor
Raw Normal View History

2015-02-05 05:36:44 -05:00
USING: compiler.tree effects help.markup help.syntax math quotations ;
IN: stack-checker.recursive-state
HELP: recursive-quotation?
{ $values { "quot" quotation } }
{ $description "Checks if the quotation is among the registered recursive quotations." } ;