COMPARE
* COMPARE ( str-ptr1 str-len1 str-ptr2 str-len2 -- n )

compare both str-buffers, return 0 if they are equal,
-1 if lower or shorter, and 1 if greater or longer

FORTH/ANS string (dpANS17.6.1.0935) ordinary primitive