Re: Multi-assign
- Posted by euphoric (admin) Nov 16, 2011
- 2595 views
$ is fine by me (or the underscore) to serve as a placemarker meaning "ignore me."
What about the case where there are not enough RHS items to complete LHS requests? Or vice versa?
{ a } = { 1, 2, 3 } { a, b, c } = { 1 }