COHERENT manpages

This page displays the COHERENT manpage for break [Exit from loop or switch statement].

List of available manpages
Index


break -- C Keyword

Exit from loop or switch statement

break  is  a C  statement  that  causes an  immediate  exit  from a  switch
sequence, or from a while, for, or do loop.

See Also

C keywords
ANSI Standard, §6.6.6.3