forked from aniani/vim
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Awk
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Awk
		
	
	
	
	
	
|   | { # Comment 1 | ||
|  |     for (i = 0; # Comment 2 | ||
|  |          i < 1; # Comment 3 | ||
|  |          i++) # Comment 4 | ||
|  |     { # Comment 5 | ||
|  |         print # Comment 6 | ||
|  |     } # Comment 7 | ||
|  | } # Comment 8 | ||
|  | 
 |