DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
break(TCL)
break -- abort looping command
Syntax
break
Description
This command may be invoked only inside the body of a looping command such as
for
or
foreach
or
while
. It returns a
TCL_BREAK
code to signal the innermost containing loop command to return immediately.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003