next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
centerString
centerString -- center a string or net
Synopsis
Usage:
centerString(wid,s)
Inputs:
wid
,
an
integer
s
,
a
net
Outputs:
a net with spaces added, as needed, to center
s
in a net of width
wid
Description
i1 : centerString(18,"asdf"||"qwer") o1 = asdf qwer
For the programmer
The object
centerString
is
a
function closure
.