#is_it_set_lab

is_it_set="YES"
echo $is_it_set
cd /etc 
pwd
ls -l 

#After running this script, your current directory has not changed. 
#The variable is_it_set isn't set to anything. 
