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

[REBOL] [inconsistency in object?]

From: rebol665:ifrance at: 8-Mar-2002 20:12

Hi rebollers It seems that 'self exists in any object. o: make object! [ a: 1 b: 2 c: 3 d: does [print [a b c]] ]
>> first o
== [self a b c d] How come that rebol/words have no 'self ?
>> type? rebol/words
== object!
>> first rebol/words
== [end! unset! error! datatype! context! native! action! routine! op! function! object! struct! library! port! any-type! any-word!... Patrick