Ran into an interesting situation today...Should this return true? What is it returning? @Error still says 0.

 Code:
If NonExistentFunction()
   ? "yes"
else
   ? "no"
endif

get $