Open jlapeyre opened 6 years ago
a(1) = 1 makes a DownValue rule. It should print this way. But, for efficiency, it should be stored in a Dict.
a(1) = 1
Dict
a(1) = 1
makes a DownValue rule. It should print this way. But, for efficiency, it should be stored in aDict
.