I would express continue. more like "immediately advance to next round (terminate if no following round)"
That's not particularly concise, but people who need the explanation might benefit. -- Raul On Mon, May 16, 2022 at 11:37 PM Arthur Anger <[email protected]> wrote: > > Because 'iteration' can equally mean one execution in a series, or the whole > of the series, I propose revising two NuVoc definitions for clarity, to read: > ------ > break. | Terminate looping | Control > > Prevents execution of any further sentences in a for-body block during the > current round of iteration, as well as any further rounds. > ------ > continue. | Terminate round | Control > > Prevents execution of any further sentences in a for-body block during the > current round of iteration, but continues with the next round of iteration, > if any. > ------ > I shall wait a week for receiving any objections or improvements. Thanks. > --Art > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
