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

[REBOL] Re: Bug in To?

From: apwing::zonnet::nl at: 28-Mar-2005 18:45

Gregg Irwin wrote:
>Sometimes it helps to make a block explicit and see what REBOL thinks >is in it. > >>>length? [<<test>> <v>] >>> >>> >== 3 > >>>first [<<test>> <v>] >>> >>> >== <<test> > >>>second [<<test>> <v>] >>> >>> >== > > >-- Gregg >
So the issue really seems to be that REBOL does not support NESTED tags. When it arrives at the first closing > the whole tag is closed. Kind regards, Arie