endwhile.rst 124 B

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