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

[REBOL] Get name of actual function?

From: robert:muench:robertmuench at: 17-Dec-2002 16:21

Hi, is there a way to find out the name of the actual executed function? I would like to trace a call-graph and print out the name of the actual function some how like this: test: func[][ print actual-function-name ] The output should be "test". Robert