Top
Back: split
Forward: pause
FastBack: general_lib
FastForward: poly_lib
Up: inout_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.2.4.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: split Forward: pause FastBack: general_lib FastForward: poly_lib Up: inout_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-2, Oct 2010, generated by texi2html.