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