continue
Continues an iteration loop
Usage
continue
Description
Continues an iteration loop like
while
.
This command always jumps to the next iteration in the code block.
Index
,
Commands