[EMAIL PROTECTED] wrote:

> I need to verify something stated in this presentation:
> Can there be "hidden variables" in a rebol object.

The language makes it possible, but a bug in the garbage collector
makes it unreliable.

Example:

 obj: make object [
   ; "public" words
   a: ...
   b: ...
   c: ...
   use [d e f] [ ; hidden words
     ...
   ]
 ]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

Reply via email to