home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / control / break < prev    next >
Encoding:
Text File  |  1992-11-10  |  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.