Joins items to one string.

// "11 + 22 + 33"
StringFormat.join(" + ",
                  [11, 22, 33]);