mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-24 04:44:37 +08:00
13 lines
208 B
ReStructuredText
13 lines
208 B
ReStructuredText
|
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.
|