mirror of
				https://github.com/janet-lang/janet
				synced 2025-11-04 09:33:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			67 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			67 B
		
	
	
	
		
			Janet
		
	
	
	
	
	
(while (not (empty? (def line (getline))))
 | 
						|
  (prin "line: " line))
 |