I have this if statement that tests for the 2 conditions below. The second one is a function goodToGo() so I want to call it unless the first condi
if
goodToGo()
the second condition will only be checked if and only if first one is true, hence both statements are equivalent.