Hello all,
'each 'and' 2each 'are very useful for writing iterative processes, but sometimes I want to get out of a process before repeating it to the end under certain conditions. I think it would be possible to write such a combinator because 'find' stops iterating when it finds something that satisfies the condition, but I don't know how to write 'each' that can escape. What code do you write for such a process? I use 'with-return' to handle such situations. But I suspect it's costing time. -- KUSUMOTO Norio _______________________________________________ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk