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

[REBOL] Re: for bug?

From: rotenca:telvia:it at: 17-Jun-2002 16:19

Hi Joel,
> 1) throwing an error integer! > 2) wrapping within domain char! > 3) "sticking" at the limit tuple! > > Anyone know of any others?
I have found a sort of signed integer which wraps (but in a strange mode): x: to time! 2147483646 loop 5 [print x: x + 1] 596523:14:07 --596523:-14:-08 ; ? -596523:14:07 -596523:14:06 -596523:14:05 --- Ciao Romano