blob: fc2cd3c7bf55e118a8829bb6895f456e583624cb [file] [log] [blame]
break
-----
Break from an enclosing foreach or while loop.
::
break()
Breaks from an enclosing foreach loop or while loop
See also the :command:`continue` command.