It disguises itself well.
int foo = 10000000000000000000; foo->sqrt();
(1) Result: 3162277660
foo->probably_prime_p();
(2) Result: 0
/ Johan Sundström (utan sälskap)
Previous text:
2003-09-05 10:26: Subject: Re: arrays in Java
I thought so too, but,
| > int foo = 10000000000000000000; | > objectp(foo); | (1) Result: 0
Appearantly not. :-)
/ Mirar