Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

break Statement

break statement has the following syntax:

statement-break:        
break;
NOTE

The ‘;’ character at the end of the statement is mandatory.

The break statement may be used:

In addition, break statement always ends the current scope, even if it is used outside of the switch or loops.