|
this will turns to a error, because table element is not string, just like original table.concat
On Tue, Oct 11, 2011 at 10:51 AM, Xavier Wang <weasley.wx@gmail.com> wrote:
> some, maybe table.concat can accept a second sep:
> print(table.concat(t, ':', ',') --> a:1,b:2,c:3
>
What about: {a={b={c={1, 2, 3, 4}}}}?