STRING,
* STRING, ( str len -- )

Store a string in data space as a counted string.
 : STRING, HERE  OVER 1+  ALLOT  PLACE ;

FORTH/DEF toolbelt ordinary primitive