SET-PATH?
REBOL Dictionary 2.0
Returns TRUE for set-path values.
set-path? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
if set-path? first [a/b/c: 10] [print "Path found"] Path found
make - Constructs and returns a new value.
Copyright 2003 REBOL Technologies