[REBOL] paths...
From: ammon::rcslv::com at: 6-Jun-2002 22:43
Hi,
Has anyone noticed any inconsistancies with the path! datatypes? I noticed two things
that I really wish that I had. I need a suedo type any-path! which should also include
the function 'any-path? The other thing that I am missing is a get-path! It would be
so usefull to be able to get the value of a path without evaluating it. (have you ever
tried to get the first block of a function through a path? You probably had to use the
work around [get in ?object? word] Does anyone else see the need for these datatypes?
Thanks!!
Ammon