break
break [n]
Exit from within a
for
,
while
or
until
loop. If
n
is specified, break
n
levels.
Parent topic:
Zsh Command Syntax