mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 13:22:22 -05:00
c3f40f4fd9
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.
|