|
|||||||||
| operator | || | ||||||||
Return type: String The concatenated string.
Returns:
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 ||.
| ---- |