On 7 November 2011 18:42, Allen Wirfs-Brock <al...@wirfs-brock.com> 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
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to