On Feb 8, 2011, at 14:38, John Walker wrote: > In regards to REXX's signal command. It works fine if when you suddenly > need to leave a loop, you enclose it in a do end construct. I've never had > stack overflow issues from using it. > o Unfortunately, it doesn't "leave a loop"; it leaves every loop that's active.
o So what's wrong with LEAVE control-variable, that leaves exactly the loop you specify? o For an overflow issue, see the example I posted a few days ago. -- gil
