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

[REBOL] Re: accessing your own function signature / context

From: matt:fitzgerald:bigpond at: 24-Oct-2001 17:53

Self modifying code!! :-) Well, when you're in a function, aren't you already in its context? Or do you mean access the context of function f in function y? The only way I can see is if you made function f a member/method/function of an object, would you be able to do it then? Hmmm... -Matt