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

[REBOL] Re: Reflectivity: How a function can know its own name ?

From: al:bri:xtra at: 25-Mar-2002 20:38

> In rebol doc, it is said that function can know himself (its argument, its
code) but I can't see how it can know just its name : it would seem logical that it is the firts thing it should know :) ?
>> F1: F2: func [arg] [join "123" arg] >> source f1
f1: func [arg][join "123" arg]
>> source f2
f2: func [arg][join "123" arg] Which word is the function's name? Andrew Martin ICQ: 26227169 http://valley.150m.com/