[[table.concat]]を使う。 ```lua list = {"a", "b"} table.concat(list, ",") -- a,b ```