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

[REBOL] context of a function Re:(4)

From: agem:crosswinds at: 21-Aug-2000 16:50

> > On Mon, 21 Aug 2000 I wrote: > > > This binding must be persistent. I think it would be a good idea, if > > make function! would bind the third and first of the function to functions > > context. > > Hmmm... thought about it again. This would not help, because refinements > don't carry bindings with them. No chance to get the /hallo from > func [/hallo] [] >
in the function it is a normal var, maybe accessing as word instaed of refinement?
> Frank >
Volker