mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
0de867dde2
Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
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.
|