Sign in
android
/
platform
/
prebuilts
/
cmake
/
linux-x86
/
7e873cc0f67317e1b37ff2fae5aa6e0c4406bb13
/
.
/
3.8.2
/
share
/
cmake-3.8
/
Help
/
command
/
break.rst
blob: fc2cd3c7bf55e118a8829bb6895f456e583624cb [
file
] [
log
] [
blame
]
break
-----
Break
from
an enclosing
foreach
or
while
loop
.
::
break
()
Breaks
from
an enclosing
foreach
loop
or
while
loop
See
also the
:
command
:
`continue`
command
.