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

[REBOL] Re: SKIP with *very* large values

From: carl:cybercraft at: 17-May-2002 17:59

On 16-May-02, Volker Nitsch wrote:
> this large numbers are automatically converted to decimals. > could be skip does not like that? >>> skip [1 2 3] 2 > == [3] >>> skip [1 2 3] 2.0 > == [1 2 3] > bug, to feedback?
Definately bugged...
>> skip [1 2 3] 2
== [3]
>> skip [1 2 3] 2.0
== [] That's with Amiga View. Will you report it Gregg? -- Carl Read