[squeak-dev] What should Integer>>digitCompare: return?

Chris Cunningham cunningham.cb at gmail.com
Sun Oct 28 22:41:35 UTC 2018


Looking at LargeIntegers (I'm 64 bit, so these are big):
{
1152921504606846977 digitCompare:  -1152921504606846977.
1152921504606846977 digitCompare:  -1152921504606846978.
1152921504606846978 digitCompare:  -1152921504606846977.
}  "#(0 -1 1)"

{
1249 digitCompare: -1249.
1249 digitCompare: -1250.
1250 digitCompare: -1249.
} #(1 1 1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20181028/7fc3f0fe/attachment.html>


More information about the Squeak-dev mailing list