2023-11-01 01:44:24 +01:00

11 lines
129 B
ReStructuredText

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