|        | |||||
|  | |||||
| operator | join, || | ||||
| Related Concepts | |||||
| Summary | String The concatenated string. | 
string-expression (join | ||) string-expression
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 | 
| ---- |