mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-28 13:44:02 +08:00
13 lines
220 B
ReStructuredText
13 lines
220 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.
|