Content deleted Content added
m Fix Linter errors. |
|||
Line 164:
NEXT
* The ''...'' is a sequence of one of more Harbour statements, and square brackets <
* The ''Var'':__enumIndex() may be optionally used to retrieve the current iteration index (1 based).
* The ''LOOP'' statement restarts the current iteration of the enclosing loop structure, and if the enclosing loop is a ''FOR'' or ''FOR EACH'' loop, it increases the iterator, moving to the next iteration of the loop.
|