[E-Lang] To Be Or Not To Be (was: down with 'define')

Marc Stiegler marcs@skyhunter.com
Tue, 6 Mar 2001 08:46:54 -0700


Way better. cool.

--marcs

----- Original Message ----- > I think you mean:
> 
> class thingMaker() :any {
>     def thing
>     #use thing in various setup operations
>     bind thing {
>         #elaborate thing methods, also referring to "thing"
>     }
> }