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

5.3.2 echo

Type:
int
Purpose:
input is echoed if echo >= voice.
echo is a local setting for a procedure and defaulted to 0.
echo does not affect the output of commands.
Example:
 
echo = 1;
int i = echo;
==> int i = echo;
See int; voice.