expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

Expressions do not know when to re-evaluate.

Open corywalker opened this issue 8 years ago • 0 comments

Example:

In[1]:= a = b^2;

In[2]:= b=5;

In[3]:= a

Out[3]= b^2

corywalker avatar Jul 13 '17 06:07 corywalker