mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-29 07:10:38 +08:00
13 lines
171 B
ReStructuredText
13 lines
171 B
ReStructuredText
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.
|