else.rst 107 B

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