summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/command/else.rst
blob: 0e5a19810513593bb2a6a48fcb80e0d8392dfc27 (plain)
1
2
3
4
5
6
7
8
9
10
else
----

Starts the else portion of an if block.

::

  else(expression)

See the :command:`if` command.