7 lines
		
	
	
		
			211 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			211 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: help.markup help.syntax math quotations sequences words ;
							 | 
						||
| 
								 | 
							
								IN: stack-checker.values
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								HELP: <value>
							 | 
						||
| 
								 | 
							
								{ $values { "value" number } }
							 | 
						||
| 
								 | 
							
								{ $description "Outputs a series of monotonically increasing numbers." } ;
							 |