comp - luxembourg/muxcode-clm GitHub Wiki

COMP()

FUNCTION: comp(<string1>, <string2>)

Comp compares two strings. It returns 0 if they are the same, 1 if string2 is less than/precedes alphabetically string1, and -1 otherwise.

Related Topics: