cmake/Help/command/else.rst
2014-08-03 19:52:23 +02:00

11 lines
96 B
ReStructuredText

else
----
Starts the else portion of an if block.
::
else(expression)
See the if command.