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

[REBOL] Re: needle in a haystack

From: fsievert::uos::de at: 11-Aug-2001 10:43

Hi! I did not try it, but maybe it would help to use do http://proton.cl-ki.uni-osnabrueck.de/REBOL/bugfixes.r or you could change the line foreach item current-list [ to repeat item current-list copy/deep [ This might help, because 'foreach is broken. (see http://proton.../REBOL/bug-test.r) Hope that helps, Frank