StringJoin
Usage
• " " <> " " <> ... , StringJoin[" ", " ", ... ] or StringJoin[{" ", " ", ... }] yields a string consisting of a concatenation of the .
Notes
• Example: "the" <> " " <> "cat"  . • StringJoin has attribute Flat. • When arguments are not strings, StringJoin is left in symbolic form. • New in Version 1.
|