break.rst 171 B

123456789101112
  1. break
  2. -----
  3. Break from an enclosing foreach or while loop.
  4. ::
  5. break()
  6. Breaks from an enclosing foreach loop or while loop
  7. See also the :command:`continue` command.