* 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
COMPARE
( str-ptr1 str-len1 str-ptr2 str-len2 -- n )
FORTH/ANS string (dpANS17.6.1.0935) ordinary primitive