home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 488.lha / TCL_alpha2 / 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.