next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: centerString

centerString -- center a string or net

Synopsis

Description

i1 : centerString(18,"asdf"||"qwer")

o1 =        asdf       
            qwer

For the programmer

The object centerString is a function closure.