On 7 November 2011 18:42, Allen Wirfs-Brock <allen at 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