x = {"eggs", "butter", "milk"} y = table.concat(x, ", ") print(y)