1 03/31/83  greater
 2 
 3 Syntax:  greater STRA STRB
 4 
 5 
 6 Syntax as active function:  [greater STRA STRB]
 7 
 8 
 9 Function:  returns true if STRA is greater than STRB according to ASCII
10 collating sequence; otherwise it returns false.
11 
12 
13 Notes:  The strings are compared character by character according to
14 their ASCII code value (i.e., if the first character in each string has
15 the same ASCII code value, compare the second character; if their
16 values are identical, compare the third character; etc.).
17 
18 To make numeric comparisons of strings, see the descriptions of
19 ngreater and nless.