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

[REBOL] Defining new infix operators ?

From: geza67::freestart::hu at: 20-Apr-2001 18:41

Hello, REBOLers ! Just for a bit of "syntactic sugar" :-) : Is it possible to define new infix operators ? I tried :
>> ||: make op! ... etc.
** Script Error: Cannot use make on datatype! value It would be a very nice feature (á la Prolog, or C++) to define (or overload ) some operators. Cheers: Geza Lakner MD