home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / continue < prev    next >
Text File  |  1990-05-03  |  303b  |  8 lines

  1.  continue
  2.       This command may be invoked only inside the body of a
  3.       loop command such as for or foreach.  It returns a
  4.       TCL_CONTINUE code to signal the innermost containing
  5.       loop command to skip the remainder of the loop's body
  6.       but continue with the next iteration of the loop.
  7.  
  8.