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 17:26

To end: another signed integer which wraps: x: 2147483646x2147483646 loop 5 [print x: x + 1] 2147483647x2147483647 -2147483648x-2147483648 -2147483647x-2147483647 Joel, i do not understand your for code, is missing something? if op end start [ until [ start: (old: start) + bump ] ] --- Ciao Romano