elseif.rst 115 B

12345678910
  1. elseif
  2. ------
  3. Starts the elseif portion of an if block.
  4. ::
  5. elseif(expression)
  6. See the :command:`if` command.