else.rst 129 B

12345678910
  1. else
  2. ----
  3. Starts the else portion of an if block.
  4. .. code-block:: cmake
  5. else([<condition>])
  6. See the :command:`if` command.