mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-28 13:44:02 +08:00
11 lines
139 B
ReStructuredText
11 lines
139 B
ReStructuredText
else
|
|
----
|
|
|
|
Starts the else portion of an if block.
|
|
|
|
.. code-block:: cmake
|
|
|
|
else([<condition>])
|
|
|
|
See the :command:`if` command.
|