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

[REBOL] Re: Is a "series" aka an "array"

From: dhsunanda::gmail at: 3-Nov-2010 22:40

Hey Duke
> I'm re-visiting REBOL, and I must say that I'm appreciating it a whole > lot more this 2nd time around. >
Welcome back! Glad REBOL deserved a second look.
> Just to be clear - is a REBOL series exactly the same thing as an > array in other languages?
They can be used as arrays, but have more flexibility. The official definition is: A series is a set of values arranged in a specific order. It's well worth taking a swing through the chapter on series in the REBOL Core documentation. http://www.rebol.com/docs/core23/rebolcore-6.html Anything unclear? Just ask! Sunanda