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


Vocabulary
compiler.tree.recursive.private

Inputs
labelan object


Outputs
None

Definition
USING: namespaces sets ;

IN: compiler.tree.recursive.private

: not-a-loop ( label -- ) not-loops get adjoin ;