On Tue, Nov 9, 2010 at 5:43 PM, Henrik Mikael Kristensen
<[email protected]> wrote:

> GET is also used on objects:
>
>>> get in system/view/screen-face 'size
> == 1208x815

LOL, not in this case, where you're passing a word.

I assume, you wanted to refer to this:

>> obj: context [a: 1 b: 2]
>> get obj
== [1 2]
>> set obj [3 4]
== [3 4]
>> print obj
a: 3
b: 4
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to