env
list out enviroment variables of the current logged in shell
echo $VARIABLE
prints the value of VARIABLE to the screen
set
list out all enviroment variables in alphabetical order
VARIABLE=value
format for declaring new variable Bash
export VARIABLE
exports variable and its value to other shell