summaryrefslogtreecommitdiff
path: root/Help/command/break.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/break.rst')
-rw-r--r--Help/command/break.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/command/break.rst b/Help/command/break.rst
new file mode 100644
index 000000000..fc2cd3c7b
--- /dev/null
+++ b/Help/command/break.rst
@@ -0,0 +1,12 @@
+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.