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 / break next >
Encoding:
Text File  |  1990-05-04  |  218 b   |  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.