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

[REBOL] Re: [TYPE] weird return value

From: greggirwin:mindspring at: 21-Apr-2004 13:24

Hi Tim,
>>> type? /home/http/run/cohen/birds
TJ> == /birds TJ> /birds is obviously not a type. TYPE? is looking at /home, and seeing it as a refinement! value. Then the others are all refinements as well, and you see the value of the last one returned.
>> reduce [ /home/http/run/cohen/birds]
== [/home /http /run /cohen /birds] -- Gregg