s = {'a','b','d','e','f'} print(table.concat(s,",")) table.insert(s,3,'c') print(table.concat(s,","))