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