Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] integers and sizes

From: twatkins:datajunction at: 18-Apr-2001 17:38

I fear that this may be a bug: Integer? 10000000005 false (this is correct because you only use 4 bytes to represent an integer) integer? 2000000001 true integer? (10000000005 / 5) false (note, this is 2000000001, the value which was true before) apparently any number which was at one point associated with a value greater than an integer is not an integer, even when reduced to a sufficently small number. Note: Win98 system