up previous next
reset panels and random number seed to defaults
This function resets the options in the CoCoA panels to their default
values and executes
Seed(0)
.
Set Indentation;
Panel(GENERAL);
Echo............... : False
Timer.............. : False
Trace.............. : False
Indentation........ : True
TraceSources....... : False
SuppressWarnings... : False
ComputationStack... : False
-------------------------------
Reset();
Panel(GENERAL);
Echo............... : False
Timer.............. : False
Trace.............. : False
Indentation........ : False
TraceSources....... : False
SuppressWarnings... : False
ComputationStack... : False
-------------------------------
|