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

[REBOL] Re: Addition bug

From: anton:lexicon at: 3-Dec-2002 16:57

Yes, the math operators are special in that they *also* allow you to write them as infix operators. I think back in the mists of time they started out equal to all other rebol functions, only accepting the two arguments to the right. Then, due to popular demand they added the infix notation to them. Just try it, in any rebol except the latest view beta 1.2.8
>> + 1 2
== 3 Anton.