[REBOL] Re: REBOL "issues"
From: M8R-kr0jkp:mailinator at: 8-Nov-2010 16:50
#[[Sunanda
There is a slightly out-of-date datatype hierarchy here:
http://www.mail-archive.com/list-rebol.com/msg02743.html
Sunanda]] - see also:
http://www.rebol.net/wiki/Datatypes
http://en.wikibooks.org/wiki/REBOL_Programming/Language_Features/Types
#[[Tim
I believe that series! is descended from any-type! which all types
are descended from. And I believe that there is only one layer of
subtypes.
I.E. any-type!/series!/issue! etc..
Tim]] - actually, that is not correct, it is as follows:
any-type!/series!/any-string!/issue!
(in R2)
-Ladislav