mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-28 13:44:02 +08:00
12 lines
205 B
ReStructuredText
12 lines
205 B
ReStructuredText
elseif
|
|
------
|
|
|
|
Starts an elseif portion of an if block.
|
|
|
|
.. code-block:: cmake
|
|
|
|
elseif(<condition>)
|
|
|
|
See the :command:`if` command, especially for the syntax and logic
|
|
of the ``<condition>``.
|