On Tue, Nov 9, 2010 at 4:54 PM, Duke Normandin <[email protected]> wrote:

> So, in a nutshell, `:blah' is identical to `get blah'?

it's:

get 'blah

not:

get blah

:-)

it does the same, but GET allows you to for example retrieve any kind of value:

get/any 'my-value
== unset!

even if it's unset.

>> :my-value
** Script Error: my-value has no value
** Near: :my-value

GET is also used on objects:

>> get in system/view/screen-face 'size
== 1208x815

-- 
Regards,
Henrik Mikael Kristensen
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to