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

[REBOL] Re: Super ?

From: dvydra2:yah:oo at: 1-Mar-2001 23:17

if super in smalltalk same as in java -- a: make object! [ func foo [] [...]...] b: make a [ super: a .... super/foo ...] or perhaps you can store the word! -- super: 'a and then use "get in system/words 'a" just some thoughts David --- Christian Morency <[cmorency--logisil--com]> wrote:
> Hi, > > I'm back in the Rebolution, after telling every one > I know how this language > is promising, after spending a lot of times on > several projects, I'm back > using Rebol for personnal and professionnal reasons > ;) Any idea of how I can > have the equivalent of super in smalltalk ? > > Best, > Chris > > -- > To unsubscribe from this list, please send an email > to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes. >
===== please reply to: [david--vydra--net]