MapleTA[Builtin]
strcat
concatenate strings
Calling Sequence
Parameters
Description
Examples
Compatibility
strcat(a, b, c, d, ... )
a, b, c, d
-
string
The strcat command returns the concatenation of the strings passed as arguments.
MapleTA:-Builtin:-strcat⁡cats, and ,dogs
cats and dogs
The MapleTA[Builtin][strcat] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
cat
MapleTA
Download Help Document