home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / a293_1 / !AForth_Docs_Semantics_String < prev    next >
Encoding:
Text File  |  1999-04-27  |  421 b   |  7 lines

  1.  
  2. Semantics for String and String Extensions Word Sets
  3.  
  4.  
  5. COMPARE  ( c-addr1 u1 c-addr2 u2 -- n )
  6. Compare string specified by c-addr1 u1 with string specified by c-addr2 u2. If the strings are equal then return zero. If the string specified by c-addr1 u1 is less than the string specified by c-addr2 u2 then return -1. If the string specified by c-addr1 u1 is greater than the string specified by c-addr2 u2 then return 1.
  7.