<div dir="ltr"><div dir="ltr"><div dir="ltr">Am Fr., 12. Apr. 2019 um 23:56 Uhr schrieb Chris Muller <<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>>:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Anyone know how other Smalltalk's handle this comparison?  The ANSI standard?<br>
</blockquote><div><br></div><div>The ANSI standard, sparse as it is, does not even require that Character must be a Magnitude. So there is no ordering, thus no #<, for Characters. There is also no Character>>asInteger (only codePoint), and no Number/Integer>>asCharacter. Character comparison is indeed defined as character1 codePoint = character2 codePoint there.</div></div></div></div>