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

[REBOL] Curious 'rejoin behavior

From: gjones05::mail::orion::org at: 30-May-2001 16:26

I was working through some xml to rebol conversions, and I noticed what seems to be curious behavior on the part of 'rejoin. I suspect that this is a bug, but maybe I have misunderstood the behavior of this word. example: price: 2 rejoin [ <bid> price </bid> ] ; returns: <bid2</bid>> ; shouldn't it be: <bid>2</bid> Bug or have I misunderstood some fundamental property of 'rejoin? --Scott Jones