Difference between revisions of "CoCoA:Spaces"

From ApCoCoAWiki
(pushing XML rev. 1.46, again)
 
(No difference)

Latest revision as of 10:02, 24 October 2007

Spaces

return a string of spaces

Description

This function returns a string consisting of N spaces.

Example

  L := <quotes>a</quotes> + Spaces(5) + <quotes>b</quotes>;
  L;
a     b
-------------------------------

Syntax

Spaces(N:INT):STRING

Dashes

Equals

   <type>string</type>