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

[REBOL] Re: [REBOL]How to distinguish between rebol values (native, action, valu

From: al::bri::xtra::co::nz at: 29-Nov-2000 15:58

Tim wrote:
> For parse, rebol says that parse is a native value > For find, rebol says that find is an action value > For append, rebols says that append is a function value > > To this ol' C-dog, they all act like functions to me, but you see, I'm
putting up an on-line class on programming using rebol, and I could use some help on clearifying the distinctions between native, action, and value. 'append is a function! datatype (or value), because it's a Rebol function. For 'parse, native is a C function, not a Rebol function. I don't what the distinction is between action and native value are, except that I can guess that action applies to data objects much like a function calling a member function in a object does in C++? Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/