On Sat, Jul 2, 2022 at 2:08 PM Henry Rich <[email protected]> wrote: > WHAT HAPPENED was that Cut Stack terminates the top-of-stack execution, > and picks up in the caller at the point of interruption. But that point > of interruption is in the middle of an executing sentence, and the only > way to resume is to set the system running at the point of the call, > that is in the middle of the sentence at the return from the call. To > do that some value must be provided as the result of the call. The > system uses (i. 0 0) as that value. Thus, at the end of Cut Back in > this case, z gets rank 2. This is the way the system was designed to work.
This sounds like it is resuming too soon (inside the sentence instead of at the top of the sentence) Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
