Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: "get" function

From: tim-johnsons:web at: 9-Nov-2010 7:29

* Duke Normandin <dukeofperl-ml1.net> [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