[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/
- [REBOL] hidden variables in objects? Re:(... whip
- [REBOL] hidden variables in objects? Re:(... larry
- [REBOL] hidden variables in objects? Re:(... whip
- [REBOL] hidden variables in objects? Re:(... giesse
- [REBOL] hidden variables in objects? Re:(... whip
- [REBOL] hidden variables in objects? Re:(... icimjs
- [REBOL] hidden variables in objects? Re:(... lmecir
- [REBOL] hidden variables in objects? Re:(... icimjs
- [REBOL] hidden variables in objects? Re:(... lmecir
- [REBOL] hidden variables in objects? Re:(... giesse
- [REBOL] [REBOL] [REBOL] Default Port Values? Amended Re: giesse
- [REBOL] [REBOL] [REBOL] Default Port Values? Amended Re: icimjs
