mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00: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.
|