home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-26 | 428 b | 15 lines | [TEXT/$Tcl] |
-
- continue
-
-
- DESCRIPTION
- This command may be invoked only inside the body of a loop-
- ing command such as for or foreach or while. It returns a
- TCL_CONTINUE code to signal the innermost containing loop
- command to skip the remainder of the loop's body but con-
- tinue with the next iteration of the loop.
-
-
- KEYWORDS
- continue, iteration, loop
-