BOOL jon;

jon = 0;

or

if(jon!=0)



basically, is it faster to check the state of a BOOL or to save to it?