Top
Back: 5.3.5 noether
Forward: 5.3.7 short
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.3 System variables
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.3.6 printlevel

Type:

int

Purpose:

sets the debug level for dbprint. If printlevel >= voice then dbprint is equivalent to print, otherwise nothing is printed.

Note:

See Procedures in a library, for a small example about how this is used for the display of comments while procedures are executed.

Example:
 
  voice;
→ 1
  printlevel=0;
  dbprint(1);
  printlevel=voice;
  dbprint(1);
→ 1

See dbprint; int; voice.


Top Back: 5.3.5 noether Forward: 5.3.7 short FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.3 System variables Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.