| DIR:/proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/help/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/help/continue |
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.
|