Let's put together a basic if statement that displays Hello world!.

Nice! At this point true is always true, which means the app will always display Hello world!.

If statements start with the word if and a boolean value.