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

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

From: nitsch-lists:netcologne at: 16-May-2002 12:14

Am Donnerstag, 16. Mai 2002 00:21 schrieb Gregg Irwin: 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? -volker