Joins a list of strings (with no separator). Equivalent to strjoin("", ...). If no strings are provided, returns the empty string ("").


See also Utility functions.

Signature:

result = strconcat("...")

Arguments:

  • ... - A list of strings to concatenate (string)

Returns:

  • result - The concatenated string (string)