Right you are! The code following the if statement only gets executed if the condition it is given evaluates to true.
true
Er...that's not true. The code following the if statement only gets executed if the condition it is given evaluates to true.