home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / control / continue < prev    next >
Encoding:
Text File  |  1993-10-26  |  428 b   |  15 lines  |  [TEXT/$Tcl]

  1.  
  2.           continue
  3.  
  4.  
  5.      DESCRIPTION
  6.           This command may be invoked only inside the body of a  loop-
  7.           ing  command  such as for or foreach or while.  It returns a
  8.           TCL_CONTINUE code to signal the  innermost  containing  loop
  9.           command  to  skip  the remainder of the loop's body but con-
  10.           tinue with the next iteration of the loop.
  11.  
  12.  
  13.      KEYWORDS
  14.           continue, iteration, loop
  15.