mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-31 19:44:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			179 B
		
	
	
	
		
			R
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			179 B
		
	
	
	
		
			R
		
	
	
	
	
	
| # ugly code to demonstrate multiline string.
 | |
| `Hello
 | |
| World` <- function(x, y, z) {
 | |
| 	print(x);
 | |
| 	print(y);
 | |
| 	print(z);
 | |
| }
 | |
| `Hello\nWorld`("Hello\nMoon!", "Hello
 | |
| Venus", 'Hello\
 | |
| Mars');
 |