* /STRING ( str-ptr str-len n -- str-ptr' str-len' ) shorten the buffer from the beginning by n characters, i.e. str-ptr += n ; str-len -= n;
/STRING
( str-ptr str-len n -- str-ptr' str-len' )
str-ptr += n ; str-len -= n;
string ordinary primitive