Name
space — returns a new string of count spaces
Synopsis
space
(
|
in
count
integer
) ; |
Description
space
returns a new string, composed of count spaces.
If count is zero, an empty string '' is returned.
space(5) -> ' '