迭代语句 meaning in English
iteration statement
iterative statement
repectitive statement
Examples
- Generates code for the specified iteration statement
为指定的迭代语句生成代码。 - The following keywords are used in iteration statements
迭代语句中使用下列关键字: - You can create loops by using the iteration statements
通过使用迭代语句可以创建循环。 - Statement passes control to the next iteration of the enclosing iteration statement in which it appears
语句将控制权传递给它所在的封闭迭代语句的下一次迭代。 - Iteration statements cause embedded statements to be executed a number of times , subject to the loop - termination criteria
迭代语句导致嵌入语句根据循环终止条件多次执行。