Why not int8 and int16 while we're on it? :)
/ Mirar
Previous text:
2003-02-26 20:33: Subject: Re: 64 bit ints
with automatic conversion from int to bignum, what would be the point of having an extra int64?
more sensible might be an automatic conversion
int32 -> int64 -> bignum
ie: the pike int type always uses the smallest usable type in c.
/ Brevbäraren