1, conditional statement
If condition then statement ends if
If conditional then statement 1 Else statement 2 ends if
2. Loop statement
While conditional loop
Loop until the condition of Do loop body
This is the most basic. I don't know if it is what you need.