9 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # contributor: Seong Yong-ju
 | |
| # name: while
 | |
| # key: while
 | |
| # --
 | |
| while ($true) {
 | |
|     $0
 | |
| }
 |