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:

 

 

NOBREAK

Flags Affected: none

Note the following:

  1. 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

 



PL/B Language Reference LROUTINE NORETURN