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

[REBOL] Re: Words escaping from context! help needed!

From: ammon:johnson:gma:il at: 12-Feb-2005 13:56

Hmm... You are right. I thought that I tried that but I guess I didn't... Enjoy!! ~~Ammon ;~> On Sat, 12 Feb 2005 16:34:50 +0100, Gabriele Santilli <[gabriele--colellachiara--com]> wrote:
> Hi Ammon, > > On Friday, February 11, 2005, 8:08:40 PM, you wrote: > > AJ> example: make object! [ > AJ> variables: [a b] > AJ> data: [1 2] > AJ> executor: func [program] [ > AJ> use variables compose/deep [ > AJ> set [(variables)] data > AJ> do bind load [(program)] (to lit-word! first variables) > AJ> ] > AJ> ] > AJ> ] > AJ> example/executor [print a + b] > > Lack of /DEEP was my fault, but you don't need the BIND (nor does > the LOAD have any sense there) if you use COMPOSE. > > Regards, > Gabriele. > -- > Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer > Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ > > -- > To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject. >
-- Enjoy!! ~~~ Ammon ~~~ ~ Sui Generis ~ ~~~~ ;~> ~~~~