previous next |
4.1.1. Introduction to Panels |
The user can customize some features of CoCoA by setting (or unsetting) some boolean options (ON/OFF) which are grouped in three panels. The function 'Panels' returns the list of panel names, and the settings in a particular panel can be seen using the function 'Panel' as illustrated in the example below. |
Example |
Panels(); ["GENERAL", "GROEBNER"] ------------------------------- Panel(GENERAL); Echo............... : FALSE Timer.............. : FALSE Trace.............. : FALSE Indentation........ : FALSE TraceSources....... : FALSE SuppressWarnings... : FALSE ComputationStack... : FALSE ------------------------------- |