SPACES
* SPACES ( n -- )

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.

core ordinary primitive