Super ?
[1/2] from: cmorency::logisil::com at: 1-Mar-2001 10:00
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
[2/2] from: dvydra2:y:ahoo 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
<<quoted lines omitted: 11>>
> [rebol-request--rebol--com] with "unsubscribe" in the
> subject, without the quotes.
=====
please reply to: [david--vydra--net]
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted