6.1.0770
BL
b-l
CORE
 
( -- char )

char is the character value for a space.

Rationale:
Because space is used throughout Forth as the standard delimiter, this word is the only way a program has to find and use the system value of "space". The value of a space character can not be obtained with CHAR, for instance.
Testing:
T{ BL -> 20 }T