2024-08-19 00:33:31 +02: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.