break
Keyword
break Keyword
The break
statement terminates the current loop, switch
, or label
statement and transfers program control to the statement following the
terminated statement.
break
KeywordThe break
statement terminates the current loop, switch
, or label
statement and transfers program control to the statement following the
terminated statement.