Raw File
elseif.rst
elseif
------

Starts the elseif portion of an if block.

::

  elseif(expression)

See the :command:`if` command.
back to top