mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
7 lines
215 B
ReStructuredText
7 lines
215 B
ReStructuredText
add-continue-command
|
|
--------------------
|
|
|
|
* A new :command:`continue` command was added that can be called inside loop
|
|
contexts to end the current iteration and start the next one at the top of
|
|
the loop block.
|