[e-lang] Bug (0.8.30d): Integer and BigInteger are
distinguishable (breaking == semantics)
Kevin Reid
kpreid at attglobal.net
Fri Oct 15 15:30:29 EDT 2004
On Oct 15, 2004, at 15:20, Kevin Reid wrote:
> Updoc script that should pass when this bug is fixed:
There was an extraneous character in the middle of the word
__getAllegedType in the previous message. Fixed:
? def a := 4
# value: 4
? def b := (400000000000000000000 // 100000000000000000000)
# value: 4
? a == b
# value: true
? a.__getAllegedType()
# value: int
? b.__getAllegedType()
# value: int
? 400000000000000000000.__getAllegedType()
# value: int
--
Kevin Reid <http://homepage.mac.com/kpreid/>
More information about the e-lang
mailing list