On 7 November 2011 18:42, Allen Wirfs-Brock <[email protected]> wrote: > > or > let [first,second] = "abc";
Yes, that's a more convincing example -- although we should probably be aware that users will then also do let [x, y, ...s] = somestring and expect it to slice a string efficiently. /Andreas _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

