What is the translation of " CONTINUE STATEMENT " in Chinese?

[kən'tinjuː 'steitmənt]
[kən'tinjuː 'steitmənt]
continue语句

Examples of using Continue statement in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Teach you how to use the continue statement.
教你怎么教继续声明
The break and continue statements can be used to control the while loop execution.
Break和continue语句可用于控制while循环执行。
Differentiate between break and continue statements.
Break和continue语句的区别?
The continue statement(with or without a label reference) can only be used inside a loop.
Continue语句(带有或不带标签引用)只能用在循环中。
Explain the difference between break and continue statement?
Break和continue语句的区别?
Until loops, continue statement causes the program control passes to the conditional tests.
While循环,continue语句会导致程序控制传递给条件测试。
Difference between a break statement and a continue statement?
Break和continue语句的区别?
Until loops, continue statement causes the program control passes to the conditional tests.
While循环,continue语句会导致程序控制回到条件测试上。
To handle all such situations, JavaScript provides break and continue statements.
为了处理这些情况下,JavaScript提供了break和continue语句
Until loops, continue statement causes the program control passes to the conditional tests.
Until循环,continue语句会导致程序控制回到条件测试上。
This tutorial explains the basics of whileloops in Bash as well as the break and continue statements to alter the flow of a loop.
本教程解释了Bash中while循环的基础知识,以及用于改变循环流的break和continue语句
If a continue statement is encountered, skip the remaining statements and go to step 1.
如果遇到continue语句,则跳过其余的语句并转到步骤1。
Note: Unlike some other languages, the continue statement applies to switch and acts similar to break.
注:注意和其它语言不同,continue语句作用到switch上的作用类似于break。
The continue statement(with or without a label reference) can only be used to skip one loop iteration.
Continue语句(不论有无标签引用)只能用于跳过一个迭代。
If the AST node is a statement, E returns the two state objects and a“mode”,which is used for the break and continue statements.
如果AST节点是一个语句,E将返回两个状态对象和一个用于break和continue语句的“mode”。
The continue statement, also borrowed from C,continues with the next iteration of the loop:.
Continue语句,也是从C借来的,用于继续循环的下一次迭代:.
We have seen how to use the three control flow statements- if,while and for along with their associated break and continue statements.
概括我们已经学习了如何使用三种控制流语句--if、while和for以及与它们相关的break和continue语句
The continue statement skips the rest of the current iteration of a loop(for, while, or do… while).
Continue语句跳过当前循环中剩余的迭代部分(do,for或while)。
An Identifier in a break or continue statement must be on the same line as the break or continue token.
Break或continue语句中的标签应和break或continue出现在同一行。
The continue statement in C programming language works somewhat like the break statement..
Continue语句在Objective-C编程语言的工作原理有点像break语句。
Returning non-false is the same as a continue statement in a for loop; it will skip immediately to the next iteration.
返回非false与for循环中的continue语句相同,它将立即跳到下一个迭代。
Java continue statement is used to start next iteration immediately without executing the rest of the of body of the loop.
Continue语句使awk立即开始执行下一个循环迭代,而不执行代码块的其余部分。
For the for loop, continue statement causes the conditional test and increment portions of the loop to execute.
对于for循环,continue语句会导致条件测试并增加循环的部分来执行。
The break and continue statements may be invoked inside body, with the same effect as in the for command.
Break和continue语句可以在body中调用,与在for命令中有相同的效果。
The break and the continue statements are the only JavaScript statements that can"jump out of" a code block.
Break和continue语句是仅有的可“跳出”代码块的JavaScript语句。
Because a continue statement unconditionally transfers control elsewhere,the end point of a continue statement is never reachable.
由于continue语句无条件地将控制转到别处,因此永远无法到达continue语句的结束点。
Both the break and continue statements can be used in conjunction with labeledstatements to return to a particular location in the code.
Break语句和continue语句都可以与有标签的语句联合使用,返回代码中的特定位置。
Results: 27, Time: 0.0241

Word-for-word translation

Top dictionary queries

English - Chinese