7 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			149 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
# builtins, unlike keywords like "while", can be constructed
 | 
						|
# with substitutions
 | 
						|
VARIABLE=export
 | 
						|
$VARIABLE VARIABLE
 | 
						|
env | grep ^VARIABLE
 | 
						|
echo OK:$?
 |