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

[REBOL] Re: list! bug

From: greggirwin:mindspring at: 27-May-2002 10:16

Hi Ingo, <<...in the special case of to-"any-series-datatype" an-integer A new series is created, with an initial size of an-integer. >> Then why do to-block and to-hash work correctly?
>> to-hash 1
== make hash! [1]
>> to-block 1
== [1]
>> to-list 1
== make list! [] --Gregg