Let's put together a basic if statement that displays Hi!.
Hi!
Nice! At this point true is always true, which means the app will always display Hi!.
true
If statements start with the word if and a boolean value.
if