]> gitweb.factorcode.org Git - factor.git/blob - core/inference/dataflow/dataflow-docs.factor
Initial import
[factor.git] / core / inference / dataflow / dataflow-docs.factor
1 USING: inference.dataflow help.syntax help.markup ;
2
3 HELP: #return
4 { $values { "label" "a word or " { $link f } } { "node" "a new " { $link node } } }
5 { $description "Creates a node which returns from a nested label, or if " { $snippet "label" } " is " { $link f } ", the top-level word being compiled." } ;
6
7 HELP: d-in
8 { $var-description "During inference, holds the number of inputs which the quotation has been inferred to require so far." } ;