home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d4xx / d447 / tcl.lha / 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.