8 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| void RIGHT (void)
 | |
| {
 | |
| repeat:		// C++ comment
 | |
| next:		/* C comment */
 | |
| 	do_something();
 | |
| 
 | |
| 	ChangeMe;
 | |
| }
 |