Re: Generic symbolic sequence assignment
- Posted by bill Nov 19, 2011
- 1361 views
This whole assignment thing is getting out of hand.
According to the manual (and how much user-code?)
{a,b,c} = {d,e,f} returns {a=d,b=e,c=f}
Surely you don't want to break something as basic as that merely to have multiple and/or generic assignment!