continue(n) Tcl ( ) continue(n)
_________________________________________________________________
NAME
continue - Skip to the next iteration of a loop
SYNOPSIS
continue
_________________________________________________________________
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_CONTINUE code to signal the innermost containing loop
command to skip the remainder of the loop's body but
continue with the next iteration of the loop.
KEYWORDS
continue, iteration, loop
Page 1 (printed 11/11/93)