|
StringJoin
" " <> " " <> ... , StringJoin[" ", " ", ... ] or StringJoin[ " ", " ", ... ] yields a string consisting of a concatenation of the .
Example: "the" <> " " <> "cat"  .
StringJoin has attribute Flat.
When arguments are not strings, StringJoin is left in symbolic form.
See Section 2.8.2 and Section 2.8.4.
See also: Join, Characters, StringInsert, StringReplacePart.
New in Version 1.
Further Examples
|