(C1127) Illegal switch structure: contains conditional break The break action is not supported in if blocks. Error In: Correctness Example: switch(X) { case RED: y=5; if(COND1) then break endif; break . . Erroneous Elements: Actions, states, and transition labels
break
if