Ingo, 

        I just tried that on Command:

>> a: context[ b: context[ c: 1]]
>> f: func ['word] [print word]
>> f a/b/c
1

I don't know if it is a problem with Core that is non-existant in Command.

Enjoy!!
Ammon


A short time ago, Ingo Hohmann, sent an email stating:
> Hi Carl, Rebols,
>
> it may be that I don't see the obvious, but given
>
>  >> a: context[ b: context[ c: 1]]
>  >> f: func ['word] [print word]
>  >> f a/b/c
>
> a/b/c
>
> what do I have to do to get 'word evaluated?
>
>
> Thanks in advance,
>
> 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