How do we execute this code block?

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

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