more mset hackery. Parallel assignment.



Barton Willis wrote:

> Doesn't the (undocumented) switch "subscrmap" handle parallel assignment?
> 
> (%i1) [a,b] : [6,7], subscrmap : true$
> (%i2) a;
> (%o2) 7
> (%i3) b;
> (%o3) 7
> (%i4)
> 
> Barton
> 

It doesn't seem to be doing the right thing, if parallel
assignment is what it means....  shouldn't your
example set a to 6, not to 7?

If we can figure out what that flag actually means, maybe
we should document and/or debug it!

RJF