]> gitweb.factorcode.org Git - factor.git/blob - basis/inference/state/state-docs.factor
Create basis vocab root
[factor.git] / basis / inference / state / state-docs.factor
1 USING: help.markup help.syntax inference.state ;
2
3 HELP: d-in
4 { $var-description "During inference, holds the number of inputs which the quotation has been inferred to require so far." } ;
5
6 HELP: recursive-state
7 { $var-description "During inference, holds an association list mapping words to labels." } ;
8
9 HELP: terminated?
10 { $var-description "During inference, a flag set to " { $link t } " if the current control flow path unconditionally throws an error." } ;
11