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

[REBOL] Re: REBOL/Core 2.5.3 Released

From: brett:codeconscious at: 3-Aug-2002 19:51

> BH> type? AND #{00} #{00} > > BH> is a problem. :^( > > I always thought that infix operators were a hack in REBOL... It > works fine with AND~, so use that if you like prefix. It seems > like there's a nasty bug in the evaluation of infix operators when > used with prefix notation. (Already sent to feedback Brett?)
Didn't know about AND~ I've been always used AND in a prefix form. It tend to prefer prefix as it seems more in keeping with the minimal syntax of REBOL, but then also I've been tainted by <, =, etc. :^) Thanks Gabriele. Yep, sent to feedback. Brett.