factor/core/inference/dataflow/dataflow-docs.factor

7 lines
312 B
Factor
Raw Normal View History

2008-02-14 21:27:18 -05:00
USING: help.syntax help.markup ;
IN: inference.dataflow
2007-09-20 18:09:08 -04:00
HELP: #return
{ $values { "label" "a word or " { $link f } } { "node" "a new " { $link node } } }
{ $description "Creates a node which returns from a nested label, or if " { $snippet "label" } " is " { $link f } ", the top-level word being compiled." } ;