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

  1.  print string [file [append]]
  2.  
  3.       Print the string argument.  If no file is specified
  4.       then string is output to the standard output file.  If
  5.       file is specified, then string is output to that file.
  6.       If the append option is given, then string is appended
  7.       to file;  otherwise any existing contents of file are
  8.       discarded before string is written to the file.
  9.  
  10.