mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Use inline reStructuredText markup and add cross-references in more places.
11 lines
107 B
ReStructuredText
11 lines
107 B
ReStructuredText
else
|
|
----
|
|
|
|
Starts the else portion of an if block.
|
|
|
|
::
|
|
|
|
else(expression)
|
|
|
|
See the :command:`if` command.
|