GREATER
if (compare(string, p, back) == GREATER)
case GREATER: /* Keep going. */
return (ch1 < ch2 ? LESS : GREATER);
return (*s1 ? GREATER : EQUAL);