On Fri, Mar 08, 2002 at 08:12:39PM +0100, pat665 wrote: > 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 ?
Implementation detail :). -- Holger Kruse [EMAIL PROTECTED] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
