diff options
Diffstat (limited to 'Help/command/break.rst')
-rw-r--r-- | Help/command/break.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/command/break.rst b/Help/command/break.rst new file mode 100644 index 0000000..8f1067b --- /dev/null +++ b/Help/command/break.rst @@ -0,0 +1,10 @@ +break +----- + +Break from an enclosing foreach or while loop. + +:: + + break() + +Breaks from an enclosing foreach loop or while loop |