6.1.0895
CHAR
char
CORE
 
( "<spaces>name" -- char )

Skip leading space delimiters. Parse name delimited by a space. Put the value of its first character onto the stack.

Rationale:
Typical use: ... CHAR A CONSTANT "A" ...
Testing:
T{ CHAR X     -> 58 }T
T{ CHAR HELLO -> 48 }T