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

[REBOL] Re: Bug in the parse functionality ???

From: lmecir:mbox:vol:cz at: 23-May-2003 22:30

Hi Romano,
> Every nested block make the limit to become more near. > > Clean-script, for example, fails at the 67 boundary. > > --- > Ciao > Romano
one more example showing how parse behaves:
>> n: 0 parse "a" x: [(n: n + 1) x | (prin "n: " print n) #"a"]
n: 201 == true Ciao -L