Sign in
android
/
platform
/
prebuilts
/
cmake
/
linux-x86
/
40dcb6f55bd2e8731e3e4f1a1721f7ff0fb83cb1
/
.
/
share
/
cmake-3.10
/
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
.