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.