[REBOL] Re: Object private member (was: objects: overhead, private data, nami ng
From: koopmans::itr::ing::nl at: 20-Sep-2001 15:12
set sets a word in the global context but binds the context to the one it is called in. This also implies that print-a is global but that it can access a because it binds to the o context. --Maarten