VMS Help CC, Language topics, Statements, break *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The break statement terminates the immediately enclosing while, do, for, or switch statement. Control passes to the statement following the terminated statement. Syntax: break ;
|