diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-11 14:28:32 (GMT) |
---|---|---|
committer | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-19 17:06:25 (GMT) |
commit | 033c066543bd9636d87778b4c1d6b15e9a5c7890 (patch) | |
tree | 072463887c60d7a9d0dc635e26cc7bd71ae3f35d /Help/command/while.rst | |
parent | 0beb0ec22fe3d9e08a308ab76183ed97d75c6bfb (diff) | |
download | CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.zip CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.tar.gz CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.tar.bz2 |
Help: Add see-also refs for flow control commands
Diffstat (limited to 'Help/command/while.rst')
-rw-r--r-- | Help/command/while.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/command/while.rst b/Help/command/while.rst index a4957c1..0bafae5 100644 --- a/Help/command/while.rst +++ b/Help/command/while.rst @@ -23,3 +23,11 @@ Per legacy, the :command:`endwhile` command admits an optional ``<condition>`` argument. If used, it must be a verbatim repeat of the argument of the opening ``while`` command. + +See Also +^^^^^^^^ + + * :command:`break` + * :command:`continue` + * :command:`foreach` + * :command:`endwhile` |