![]()  | 
 
  
  | 
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
    |||||
| operator | 
|| (concatenation) | 
|
Return type: String
Returns:       The concatenated string.
    
Syntax
string-expression || string-expression
    
 The || operator concatenates its two string arguments. 
      
 For example:
        
  process
     output "Now is the time for all good men" 
         || " to come to the aid of their country."
          
      
 join is a deprecated synonym for ||.
    
Copyright © Stilo International plc, 1988-2008.