factor/basis/stack-checker/branches/branches-docs.factor

7 lines
201 B
Factor
Raw Normal View History

2015-02-05 05:36:44 -05:00
USING: assocs help.markup help.syntax ;
IN: stack-checker.branches
HELP: collect-variables
{ $values { "hash" assoc } }
{ $description "Gathers all variables used during inferencing into a hash." } ;