[REBOL] Re: "get" function
From: santilli:gabriele:g:mail at: 9-Nov-2010 23:14
On Tue, Nov 9, 2010 at 6:23 PM, Henrik Mikael Kristensen
<henrikmk-gmail.com> wrote:
> Well, more correctly, it's IN that's passing a word to GET, but the
If you want to be "more correct", then no, IN is simply returning a
word, not passing it to something else. But, this is just terminology
and it does not matter that much. The key issue is that GET is still
getting a word, and there is no difference actually with the other
examples. "GET on an object" is a different thing.