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

[REBOL] Re: The evaluation semantics

From: antonr:lexicon at: 31-Aug-2005 18:56

That's what I thought.
>> type? :+
== op!
>> type? :add
== action! I think the op!s are more fundamental. They probably get defined first or are earlier in the symbol lookup list. I'm only speculating but it could be something like that. Anton.