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

[REBOL] Re: object funnies

From: ingo:2b1 at: 21-Oct-2001 22:04

Hi Gabriele, Once upon a time Gabriele Santilli spoketh thus:
> Hello Ingo! > > On 20-Ott-01, you wrote: > > IH> It didn't catch 'ho, did it? ;-) > > That's coming from outside! ;-) > > And if you really want that to be catched too, just write a > DO-LOCALLY function which returns an object with the used words.
But that's what I meant, you can't write a 'func that is sure to catch _all_ words into the local context. So you still would have to pay attention on what you are doing inside the 'func. Better have default to global, at least you know that you'll have to be carefull not to spill words into the global context. kind regards, Ingo