* Duke Normandin <[email protected]> [101108 18:45]:
>
> From "REBOL/Core Users Guide - Chapter 4 - Expressions":
>
> [quote]
> print native? :if
> true
>
> Here the get returns the function for if.
> [/quote]
>
> Is this a typo? I don't see the "get" function being used. Is it
> implied in native?
print native? :if ;; is the equivalent of
print native? get 'if ;; I think :)
I.E.
get 'if ;; is the equivalent of
:if ;; I think ? ? ?
.... but there may be subtle differences.
Let's see what others say.
I'm falling in love with rebol all over again.
--
Tim
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.