| Notes |
There is no difference between the two forms, < and lessthan.
String comparison is carried out according to the ASCII sequence; this yields alphabetical results, but lowercase characters sort after all uppercase characters. That is, "A" < "Z" < "a" < "z".
UserTalk employs automatic type coercion when evaluating arithmetic and comparative operations; the two expressions need not be of the same type to be compared.
|