On 11/27/12, Jonathan M Davis <[email protected]> wrote:
> All you need to do is put it in an array.
>
> arr.join([s]);

Still doesn't work.

> S[1] s = void;
> s[0] = S(0);
> arr.join(s[]);

Neither does that.

http://d.puremagic.com/issues/show_bug.cgi?id=9082

Reply via email to