|  |  D.15.33.24 printStack Procedure from libraryschubert.lib(see  schubert_lib).
 
Example:Usage:
printStack(M); M stack
Assume:
M is a moduli space of stable maps.
Theory:
This is the print function used by Singular to print a stack.
 |  | LIB "schubert.lib";
ring r = 0,(x),dp;
variety P = projectiveSpace(4);
stack M = moduliSpace(P,2);
M;
==> A moduli space of dimension 11
==> 
 | 
 
 |