nesting contexts
Posted: Thu Mar 11, 2004 9:21 pm
Hello Lutz,
Is it possible to have nested contexts (nested objects) ?
example:
>(context 'one)
one>(context 'two)
one'two>(context 'three)
one'two'three>(set 'four "value")
one'two'three>(context 'MAIN)
>one'two'three:four
"value"
Norman.
Is it possible to have nested contexts (nested objects) ?
example:
>(context 'one)
one>(context 'two)
one'two>(context 'three)
one'two'three>(set 'four "value")
one'two'three>(context 'MAIN)
>one'two'three:four
"value"
Norman.