If Then Constructs
if commands; then
    commands
[elif commands; then
    commands...]
[else
    commands...]
fi