home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tclX6.5c / tcllib / help / control / break next >
Encoding:
Text File  |  1992-12-19  |  291 b   |  6 lines

  1.           break
  2.                This command may be invoked only inside the body  of  a
  3.                loop  command  such  as  for  or  foreach or while.  It
  4.                returns  a  TCL_BREAK  code  to  signal  the  innermost
  5.                containing loop command to return immediately.
  6.