DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
break(1tcl)
break -- abort looping command
Synopsis
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.
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004