Hi Ammon,

you could start at the root of all evil ...

>> a: make object! [
[        b: make object! [
[                c: "object"
[                ]
[        d: make object! [
[                b: make object! [
[                        c: "second object"
[                        ]
[                e: make object! [
[                        f: system/words/a/b/c
[                        ;  ^^^^^^^^^^^^^^
[                        ]
[                ]
[        ]
>> a/d/e/f
== "object"

kind regards,

Ingo
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to