Name

slash-string:string — ordinary primitive

Synopsis

FORTH
/STRING ( str-ptr str-len n -- str-ptr' str-len' )(); 
 ;

Description

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