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

[REBOL] native!, action!, unset!, symbol!, end!, and context!

From: xy:cai:msa:hinet at: 21-Jul-2004 1:47

Hi, I am curious about the difference between native! and action! I would also like to know what symbol! and unset! are used for. In REBOL 2.5.7.3.1, when I probed the variable "datatypes", I found end! and context!. Anyone has any info about the two datatypes. Thank you. Sincerely, Jerry Tsai
>> probe datatypes
[end! unset! error! datatype! context! native! action! routine! op! function! object! struct! library! port ! any-type! any-word! any-function! number! series! any-string! any-block! symbol! word! set-word! get-word ! lit-word! refinement! none! logic! integer! decimal! money! time! date! char! pair! event! tuple! bitset! string! issue! binary! file! email! url! image! tag! block! paren! path! set-path! lit-path! hash! list!] == [end! unset! error! datatype! context! native! action! routine! op! function! object! struct! library! p ort! any-type! any-word!...