[REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate?

2002-05-12 Thread Ingo Hohmann
Hi Ammon, Ammon Johnson wrote: > 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. As the subject was meant to express, we are talking about a

[REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate ?

2002-05-11 Thread Ammon Johnson
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, > > i

[REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate ?

2002-05-07 Thread Cyphre
Hi Ingo and all, I hit this problem in January and Carl answered: "Not quite ready yet... but very soon you will be able to use DO to evaluate such paths." However it looks we still have to use for example: >> z: to-path 'system/schemes == system/schemes less agressive evaluation results: >>