Hello,

I am a complete newbie with Rebol having just recently downloaded Rebol/Core 
and started playing with it. According to the rebolcore online book, given the 
following code

root: [sub1 [sub2 [
        word "a word at the end of the path"
        num 55
    ]   ]   ]
 path: 'root/sub1/sub2/word
  
then entering probe path should yield "a word at the end of the path"  
but when I enter it I get instead is root/sub1/sub2/word as shown below 

>> probe path
root/sub1/sub2/word
== root/sub1/sub2/word

Have I misunderstood what should be happening?

Many thanks in advance
Ron Bywater 
    



    




-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to