白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Continue the next cycle (continue)
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
2、 Function description
Only jump out of this cycle and continue the next cycle.
3、 Attribute description
There is no need to set the property value.
4、 Method of use
1、Execution logic
In this example, double for loop nesting is used, and the output shows the indexes of two for loops. Insert the continue component between the two printing ordinary logs. Whenever the process runs to this component, it will jump out of the current cycle and continue the next cycle, that is, the printing ordinary logs behind cannot be output, but the cycle times remain the same.

2、Output results
The output results only show the normal log printed above, and only the value of the first index is printed.





