contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
operator   join, ||    
    Related Concepts  

Summary   String

The concatenated string.

 

Syntax

  string-expression (join | ||) string-expression


Purpose

The join operator concatenates its two string arguments. Instead of join, || can be used and is the preferred form.

For example:

  process
     output "Now is the time for all good men " ||
     "to come to the aid of their country."

      Related Concepts
   I/O and variables
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:09 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.