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