[REBOL] Trying to compose a block out of global and local bindings Re:(2)

2000-09-08 Thread princepawn
Oh my god. I think this is the most naive thing I have ever done in my life... I really didnt even think that I had just redefined form. This is so embarrassing. --- On Fri, 8 Sep 2000 0:05 +020 alex.pini wrote: >>- Open Your Mind -< > > > >Quoting from [EMAIL PROTECTED]'s message (07-Sep-0

[REBOL] Trying to compose a block out of global and local bindings Re:(2)

2000-09-08 Thread lmecir
Hi, wrote: > I'll point out quickly that what you're trying to do is generally > considered a bad programming practice, i.e. referencing a variable > internal to a function from its argument. A caller shouldn't need to know > about and shouldn't really have direct access to variables local to a

[REBOL] Trying to compose a block out of global and local bindings Re:(2)

2000-09-08 Thread lmecir
Hi Elan, you wrote: > letter2: func [b] [ > foreach name ["Sue" "Sally"] [ > print bind b 'name > ] > ] > > Here BIND directs REBOL to associate all words contained in 'b with the > "closest" context that contains the symbol name. L: I would recommend to change the wording: {Bind assoc