Top
Back: 5.3.10 rtimer
Forward: 6. Tricks and pitfalls
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.11 voice

Type:

int

Purpose:

shows the nesting level of procedures.

Note:

See Guidelines for writing a library, for an small example how this is used for the display of comments while procedures are executed.

Example:
 
  voice;
→ 1
proc p
{
  voice;
};
p();
→ 2

See dbprint; listvar; printlevel.


Top Back: 5.3.10 rtimer Forward: 6. Tricks and pitfalls 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.