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

  1. break
  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_BREAK code to signal the innermost containing loop
  5.      command to return immediately.
  6.  
  7.