join, ||
Full Description
swirl
Syntax
  string-expression (join | ||) string-expression


Purpose

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."

Copyright © OmniMark Technologies Corporation, 1988-1998.