If we have multiple commands in an if statement, we use curly braces ({}) to mark where they begin and where they end.

Great! Without the braces, we wouldn't be able to see which commands belong to the if statement and which ones are outside of it.

Yikes! Shouldn't we start with the if keyword followed by { and }?