* STRING, ( str len -- ) Store a string in data space as a counted string. : STRING, HERE OVER 1+ ALLOT PLACE ;
STRING,
( str len -- )
: STRING, HERE OVER 1+ ALLOT PLACE ;
FORTH/BASE core_misc ordinary primitive