Concat more than two values

Concat more than two values

I want to concat more than 2 elements.

For example 
---------------------
variable = 5;
Message = concat("you have", variable, "days left");
---------------------

The above code doesn't work. 

Any advice? Sorry for this noob question.