Home
>
Guides
> If statements
If statements
Beginner Level Tutorial
What you will learn
What if statements are
How to use if statements
Using operators with if statements
Using select statements
Contents
Introducing if statements
Relational operators
Boolean operators
Using the then keyword
Using the else keyword
Using the elseif keyword
Nesting if statements
Experimenting with if statements
Select statements
Conclusion