9 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| (
 | |
| # LINT: line contains here-doc and opens multi-line $(...)
 | |
| 	x=$(bobble <<-\END &&
 | |
| 		fossil
 | |
| 		vegetable
 | |
| 		END
 | |
| 		wiffle)
 | |
| 	echo $x
 | |
| )
 |