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

7 lines
201 B
Factor

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." } ;