build_string
Builds a string by concatenating the given array of strings.
strings
The array of strings.
joined
The string resulting from the concatenation of the input string elements.