Hacker News new | ask | show | jobs
by pansa2 1969 days ago
That’s not a bad suggestion, but it’s quite verbose (it would require declaring multiple variables as `var x, var y, var z` instead of `var x, y, z`).
1 comments

That could easily be `var (x, y, z) =`, which is similar to what many languages use.