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