linuxOS_AP05/debian/test/usr/share/cmake-3.13/Help/command/break.rst

13 lines
171 B
ReStructuredText
Raw Normal View History

2025-09-26 01:40:02 +00:00
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.