Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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/c
a/b/c what do I have to do to get 'word evaluated? Thanks in advance, Ingo