13 lines
220 B
ReStructuredText
Raw Normal View History

2023-12-16 20:34:09 +02:00
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.