Copyright Digital Equipment Corp. All rights reserved.

break

 The break statement terminates the immediately enclosing while, do,
 for, or switch statement.  Control passes to the statement
 following the terminated statement.
 Syntax:

      break ;