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

[REBOL] Re: Creating functions with local variables

From: anton:lexicon at: 31-Dec-2002 15:55

What about context [myvar: id * 5 print myvar] context should automatically pick up set-words and bind them to the new local context. Anton.