2024-08-19 00:34:28 +02:00

11 lines
139 B
ReStructuredText

else
----
Starts the else portion of an if block.
.. code-block:: cmake
else([<condition>])
See the :command:`if` command.