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

[REBOL] Re: recursive?

From: rotenca:telvia:it at: 24-Jul-2001 18:08

You have not changed the behaviour in this case: x: [1] insert/only x next x recursive? x;== false But copy/deep hates this index-hided-recursion also: copy/deep x; -> crash this could mean that copy/deep has a different idea of recursion? :-) --- Ciao Romano