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

[REBOL] Re: Just two ways to the same place?

From: tim-johnsons::web::com at: 28-Aug-2007 7:47

On Monday 27 August 2007, Kai Peters wrote:
> Is there any difference between > > set 'some-word func [ ...... > > and > > some-word: func[ .....
Hi Kai: Consider this: context [set 'test func[][]] ;; untested :-) here we have an anonymous context. And such a creature can be very useful. tim