Go to the first, previous, next, last section, table of contents.


delete_history

delete_history([index])
:: Deletes the history.
return
0
index
Index of history to be deleted.
[0] (x+y+z)^100$
[1] @0;
...
[2] delete_history(0);
[3] @0;
0


Go to the first, previous, next, last section, table of contents.