7 lines
312 B
Factor
7 lines
312 B
Factor
|
USING: help.syntax help.markup ;
|
||
|
IN: inference.dataflow
|
||
|
|
||
|
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." } ;
|