* -TRAILING ( str-ptr str-len -- str-ptr str-len' ) check the given buffer if it contains whitespace at its end. If so, shorten str-len to meet the last non-whitespace character in the buffer.
-TRAILING
( str-ptr str-len -- str-ptr str-len' )
string ordinary primitive