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