Hello Brian,
Thanks for the brilliant and depthgoing explanation of contexts.
I must admit that I was wrong in implying that word lookup somehow happened hieracally
at runtime.
Can we agree that word lookup is one-level (so to speak), but that you can still build
heiracal (someone *please* spe
Hello [EMAIL PROTECTED],
On 19-Jul-00, [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] wrote:
>
>> In REBOL you don't only have two scopes (contexts) - you have a tree of contexts,
>each one with a parent context, the top level context being what you could call
>global variables.
>
> This is pr
Hello [EMAIL PROTECTED],
Well, scope in REBOL is a quite different beast than in most other languages.
In REBOL you don't only have two scopes (contexts) - you have a tree of contexts, each
one with a parent context, the top level context being what you could call global
variables.
REBOL does