Name

space:core — ordinary primitive

Synopsis

FORTH

SPACE ( -- )();
p4:"space";

Description

print a single space to stdout, see SPACES

 simulate:    : SPACE  BL EMIT ;
 

dpANS .6.1.2220 - standard forth word