SPACE SP@ SPACES
SPACE ( -- )  
ansi .6.1.2220 <CORE>
print a single space to stdout, see SPACES
 simulate:    : SPACE  BL EMIT ;

reference: p4_space in ../src/core.c:1749, export CO SPACE