Top
Back: D.2.3.7 split
Forward: D.2.3.9 writelist
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.8 tab

Procedure from library inout.lib (see inout_lib).

Usage:

tab(n); n integer

Return:

string of n space tabs

Example:

 
LIB "inout.lib";
for(int n=0; n<=5; n=n+1)
{ tab(5-n)+"*"+tab(n)+"+"+tab(n)+"*"; }
→      *+*
→     * + *
→    *  +  *
→   *   +   *
→  *    +    *
→ *     +     *

Top Back: D.2.3.7 split Forward: D.2.3.9 writelist 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.