-TRAILING
* -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.

FORTH/ANS string (dpANS17.6.1.0170) ordinary primitive