10 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| set 'a  b' 'c  d'
 | |
| 
 | |
| recho "$@"
 | |
| recho $@
 | |
| 
 | |
| quoted="$@"
 | |
| unquoted=$@
 | |
| 
 | |
| recho "$quoted"
 | |
| recho "$unquoted"
 | 
