Top
Back: D.2.3 inout_lib
Forward: D.2.3.2 lprint
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.2.3 inout_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.2.3.1 allprint

Procedure from library inout.lib (see inout_lib).

Usage:

allprint(L); L list

Display:

prints L[1], L[2], ... if an integer with name ALLprint is defined.
makes "pause", if ALLprint > 0
listvar(matrix), if ALLprint = 2

Return:

no return value

Example:

 
LIB "inout.lib";
ring S;
matrix M=matrix(freemodule(2),3,3);
int ALLprint; export ALLprint;
→ // ** `ALLprint` is already global
allprint("M =",M);
→ M =
→ 1,0,0,
→ 0,1,0,
→ 0,0,0 
kill ALLprint;

Top Back: D.2.3 inout_lib Forward: D.2.3.2 lprint FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.2.3 inout_lib 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.