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 ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
