table.concat
Returns a string of all the values of array list separated by sep.
concat(list: table [, sep: string("") [, i: integer(1) [, j: integer]]]) -> stringReturns a string of all the values of array list separated by sep.
concat(list: table [, sep: string("") [, i: integer(1) [, j: integer]]]) -> string