home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / files / pipe < prev    next >
Encoding:
Text File  |  1992-11-10  |  602 b   |  14 lines

  1.  
  2.  
  3.           pipe [handle_var_r handle_var_w]
  4.                Create a pipe.  If handle_var_r and handle_var_r are
  5.                specified, then pipe will set the a variable named
  6.                handle_var_r to contain the handle of the side of the
  7.                pipe that was opened for reading, and handle_var_w will
  8.                contain the handle of the side of the pipe that was
  9.                opened for writing.
  10.  
  11.                If the handle variables are not specified, then a list
  12.                containing the read and write handlew is returned as
  13.                the result of the command.
  14.