* Jason Cunliffe <[EMAIL PROTECTED]> [020601 12:30]:
> > Could anyone help to enlighten me here?
>
> It's the same as "get"
> I that the key is that everything in REBOL is a value..
> I can't give you deep golden answers but try this:
[....]
Thanks Jason: I understand that fully. Let me 'probe deeper:
what's the difference between:
test: func[a b /local c][c: a + b c]
and
test: func[a b /local c][c: a + b :c]
And perhaps there isn't any difference in my example
but I think I do see :my-word at the 'return point in many
functions
Thanks Again!
--
Tim Johnson <[EMAIL PROTECTED]>
http://www.alaska-internet-solutions.com
http://www.johnsons-web.com
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.