[REBOL] Core 2.5.2 - Less aggressive evaluation - howto evaluate ?
From: ingo::2b1::de at: 7-May-2002 11:34
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/ca/b/c what do I have to do to get 'word evaluated? Thanks in advance, Ingo