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