Hi Ammon, In this case, it should be simple:
>> a: make object! [ [ b: make object! [ [ c: "Object" [ ] [ d: make object! [ [ e: b/c [ ] [ ] >> a/d/e == "Object" You don't need to navigate back up the path because b and d are in the same context (someone correct me if I'm wrong please). --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
