| 
							
							USING: help.markup help.syntax ;
 | 
						
						
						
						
							 | 
							
							IN: math.erato
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							HELP: lerato
 | 
						
						
						
						
							 | 
							
							{ $values { "n" "a positive number" } { "lazy-list" "a lazy prime numbers generator" } }
 | 
						
						
						
						
							 | 
							
							{ $description "Builds a lazy list containing the prime numbers between 2 and " { $snippet "n" } " (inclusive)." } ;
 |