[REBOL] [REBOL]hidden variables in objects? Re:(2)

2000-05-25 Thread lmecir
Hi, Elan, > Hi Tim, > > hiding words in REBOL is independent of objects and facilitated by the 'use > context. The 'use context can be used in objects. > > The 'use native is used to create a context in which words are hidden: > > use [ a b c ] [ > a: 1 > b: 2 > c: 3 > ] > > > object: make

[REBOL] [REBOL]hidden variables in objects? Re:(2)

2000-05-24 Thread tim
Thanks Elan: I will pass on the info, and make use of it myself, no doubt. Also will apprise you folks of this presentation. It's good news I think!! Later Tim At 11:47 AM 5/24/00 -0700, you wrote: >Hi Tim, > >hiding words in REBOL is independent of objects and facilitated by the '