method char.more
Contract
Return typewob
Parameter keyDefault valueType
a_charreq
Water Contract
<method char.more
  a_char=req/>
Returns true if _subject is alphabetically more than the argument. The ASCII numerical equivalent of the character is used in sorting.
<char "b"/>.<more <char "a"/>/>
true