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

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

From: greggirwin:mindspring at: 7-May-2002 10:15

Hi Ingo, <<
>> 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?
>>
This seems to work, but I can't tell you *why* it works. :)
>> f: func ['word] [print reduce [word]]
--Gregg