slash-string:string — ordinary primitive
FORTH
/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;
dpANS 17.6.1.0245 - standard forth word