Top
Back: rtimer
Forward: Tricks and pitfalls
FastBack: Control structures
FastForward:
Up: System variables
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.3.11 voice

Type:
int
Purpose:
shows the nesting level of procedures.
Note:
See Libraries, for a 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: rtimer Forward: Tricks and pitfalls FastBack: Control structures FastForward: Up: System variables Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.