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