* CHARS ( value -- value' ) scale the value by the sizeof a char - the value is then often applied to an address or fed into >ALLOT (did you expect that sizeof(p4char) may actually yield 2 bytes?)
CHARS
( value -- value' )
>ALLOT
core ordinary primitive