SPACES
SPACE
SPAN
SPACES
( n -- )
ansi
.6.1.2230
<
CORE
>
print n space to stdout, actually a loop over n calling
SPACE
, but the implemenation may take advantage of printing chunks of spaces to speed up the operation.
reference: p4_spaces in ../src/core.c:1759, export CO SPACES