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

[REBOL] Re: Get name of actual function?

From: maarten:koopmans:surfnet:nl at: 17-Dec-2002 22:12

But you can acces the value of the function, which most of the times is enough. From Joel's bag of tricks, a rerun: a: use [self][self: func [x][do whatever you need with self and your logic]] --maarten