endif.rst 110 B

12345678910
  1. endif
  2. -----
  3. Ends a list of commands in an if block.
  4. ::
  5. endif(expression)
  6. See the :command:`if` command.