diff options
Diffstat (limited to 'Doc/help/continue')
-rw-r--r-- | Doc/help/continue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/help/continue b/Doc/help/continue new file mode 100644 index 000000000..ac0cadfa6 --- /dev/null +++ b/Doc/help/continue @@ -0,0 +1,5 @@ +continue [ n ] + Resume the next iteration of the enclosing for, while, until, + select or repeat loop. If an arithmetic expression n is speci- + fied, break out of n-1 loops and resume at the nth enclosing + loop. |