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

[REBOL] [REBOL]How to distinguish between rebol values (native, action, value)

From: tim:johnsons-web at: 28-Nov-2000 17:47

Hello: I'm curious here: Consider the following rebol words: parse find append. Then invoke help for each of them. 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. Thanks Tim