Vocabularystack-checker.
errorsError descriptionThrown when stack effect inference determines that a recursive word might take an arbitrary number of values from the stack.
NotesSuch words do not have a static stack effect and most likely indicate programmer error.
Examples: diverging-recursion-example ( -- )
[ diverging-recursion-example f ] when ; inline recursive
DefinitionMethods