Yes, that's the order that makes sense!
Let's start with the if statement and then print out Starting if the condition is true. Else, we'll print out Quitting.
Starting
true
Quitting