Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cffa56c9186e1fadf24b9410240d7f9774501eee
/
.
/
Help
/
command
/
break.rst
blob: 4875a2bf2c2a6c4e9b5c2672c33f4eb0a9ab4c43 [
file
] [
log
] [
blame
]
break
-----
Break
from
an enclosing
foreach
or
while
loop
.
..
code
-
block
::
cmake
break
()
Breaks
from
an enclosing
:
command
:
`foreach`
or
:
command
:
`while`
loop
.
See
also the
:
command
:
`continue`
command
.