grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
124 stars 24 forks source link

Operate over any previously expression #307

Closed GermanGT closed 4 years ago

GermanGT commented 4 years ago

Add a feature to operate over any expression previously entered and not only on the last one.

grzegorzmazur commented 4 years ago

OK, so you can use Input(index) and Output(index) to access previous inputs and results. Non-positive index value mean counting from the end (0 is the last one).