string-expression (join | ||) string-expression
The join operator concatenates its two string arguments. Instead of join, || can be used and is the preferred form.
join
||
For example:
process output "Now is the time for all good men " || "to come to the aid of their country."
Copyright © OmniMark Technologies Corporation, 1988-1998.