home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / return < prev    next >
Text File  |  1990-05-03  |  234b  |  7 lines

  1.  return [value]
  2.       Return immediately from the current procedure (or top-
  3.       level command or source command), with value as the
  4.       return value.  If value is not specified, an empty
  5.       string will be returned as result.
  6.  
  7.