|
|||||
Related Syntax | ||
operator |
join
|
Return type: String The concatenated string.
Returns:
Syntax
string-expression ( || | join ) string-expression
A synonym for ||
.
The ||
operator concatenates its two string arguments.
For example:
process output "Now is the time for all good men " join "to come to the aid of their country."
Related Syntax || (concatenation) |