diff options
Diffstat (limited to 'Help/command/break.rst')
-rw-r--r-- | Help/command/break.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/break.rst b/Help/command/break.rst index 8f1067b..fc2cd3c 100644 --- a/Help/command/break.rst +++ b/Help/command/break.rst @@ -8,3 +8,5 @@ Break from an enclosing foreach or while loop. break() Breaks from an enclosing foreach loop or while loop + +See also the :command:`continue` command. |