CoCoA:Spaces

From ApCoCoAWiki

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>