Flow Chart Checks : (C18119) Illegal switch structure: contains conditional break

(C18119) Illegal switch structure: contains conditional break

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