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

[REBOL] Re: [TYPE] weird return value

From: hallvard:ystad:oops-as:no at: 21-Apr-2004 21:07

Hi Tim, You start with a /, and for some reason, that is recognized as a refinement!, not a path!.
>> type? /home
== refinement! refinements are (like?) a data type:
>> /home
== /home But I do agree that type? /home/http/run/cohen/birds should not return /birds. HY Dixit Tim Johnson (20.29 21.04.2004):