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

[REBOL] accessing your own function signature / context

From: koopmans::itr::ing::nl at: 24-Oct-2001 9:31

Hi, Is there any way to access the context of a function in the function and thus access its data. f: func [ a /b c ] [ ... ] Now I would like to access first :f from within f so I can inspect it (not change it) Basically, I want 'self for :f Thanks, Maarten