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