So a program like:
If: status - light x - is On
Then: set variable A = 1
Else: set light Z Off
Would run Else at all times when light x is off or only AFTER light x were turned on, thus satisfying the IF of the program, and then the else runs when light x turns off sort of like "exiting" the program? Also, how would using Control change the behavior?