home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / data / concat. / concat.bin
Text File  |  1995-12-09  |  546b  |  15 lines

  1. OPERATOR
  2.  
  3. concat --- concatenate input objects
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The concat operator accepts two objects as input and produces the two objects 
  9. concatenated as a vector as output. The objects must be either integers, 
  10. vectors, files or strings. If strings or files are presented as inputs, then 
  11. the output is a concatenated string. For example, you may want to build up 
  12. a UNIX command line statement with concat and send the output to the system 
  13. operator to execute the command. If integers are given, then the output is a 
  14. Point. 
  15.