home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / ui_utils / tcl_447.lzh / TCL / TCL.LZH / tcl / help / continue < prev    next >
Encoding:
Text File  |  1990-05-04  |  303 b   |  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.