[REBOL] Help With Query
From: RJBywater::aol::com at: 19-Feb-2004 17:17
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