> I recently discover the 'context word, but I do not see what functionality
> it adds compared to the creation of an object :
Currently doesn't add any functionality, but does add readability.
>> source context
context: func [
"Defines a unique (underived) object."
blk [block!] "Object variables and values."
][
make object! blk
]
>What does RT means by "underived" (perhaps
> "un-inherited") ?
I suspect just that it is a new object as opposed to one created like the
following
first-object: context [name: "first"]
derived-object: make first-object []
Brett.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.