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

[REBOL] Re: list! bug

From: ingo:2b1 at: 27-May-2002 16:51

Hi Romano, Romano Paolo Tenca wrote:
> Is this a bug? > >>>to-list 1 >> > == make list! []
No, it's no bug, just not too intuitive. For most datatypes to-"datatype" value converts the value into the other datatype, but in the special case of to-"any-series-datatype" an-integer A new series is created, with an initial size of an-integer. Kind regards, Ingo