exeworksheet cmd
Publié : lun. oct. 08, 2018 9:12 pm
Is there a command to execute the worksheet from the beginning? that is, without pressing the menu Edit Execute worksheet or ctrl+f9
Code : Tout sélectionner
1: autosimplify(0):;
2: a + b = c;
3: ans(-1)-a;
4: simplify(ans(-1))
5: exeworksheet();