|
|
cmp_strings
|
cmp_strings (term1, term2)
|
Added in advas.0.0.2
Compares two strings and return whether they are equal or not.
| In: |
term1 |
a string |
| |
term2 |
another string |
| Out: |
0 |
both strings are equal |
| |
1 |
term1 follows term2 in alphabetical order |
| |
-1 |
term2 follows term1 in alphabetical order |
|
|