corywalker / expreduce

An experimental computer algebra system written in Go
MIT License
389 stars 27 forks source link

[mmacompat-blocking] Set[] should properly hold stuff on list decomposition???.. #163

Open darvin opened 6 years ago

darvin commented 6 years ago

current

In[10]:= {x, y} = {4, 3}; x

Out[10]= x

desired

In[12]:= {x, y} = {4, 3}; x                                                     

Out[12]= 4