[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