Name

spaces:core — ordinary primitive

Synopsis

FORTH

SPACES ( n -- )();
p4:"spaces";

Description

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.

dpANS .6.1.2230 - standard forth word