NOBREAK
The NOBREAK allows execution for one CASE or WHEN clause to fall into the logic for the next CASE, WHEN, or DEFAULT statement. The instruction uses the following format:
|
|
|
Flags Affected: none
Note the following:
This instruction may be used between the SWITCH and ENDSWITCH instructions or in the WHEN clause within the scope between the SELECT and ENDSELECT instructions.
See Also: Example Code, Program Control Instructions
![]() |