The function f(x) takes a variable number of string inputs and returns the concatenation of all input strings. If only one string input is given, the function returns the input string unmodified.

