[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
delete_history
@index
,
which means that the expression survives garbage collections.
delete_history()
, after saving it in a file
by bsave()
, is often effective.
[0] (x+y+z)^100$ [1] @0; ... [2] delete_history(0); [3] @0; 0 |