Handbook Glossary
factorcode.org
not-a-loop? ( label -- ? )


Vocabulary
compiler.tree.recursive.private

Inputs
labelan object


Outputs
?an object


Definition
USING: namespaces sets ;

IN: compiler.tree.recursive.private

: not-a-loop? ( label -- ? ) not-loops get in? ;