Re: [propsal] improve to table.concat?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [propsal] improve to table.concat?
- From: Sebastien Lai <237482@...>
- Date: 2011年10月11日 12:10:37 +0200
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}}}}?