单词 | break statement |
释义 | 例句释义: 断开语句,中断语句,陈述 1. At this point, the break statement causes program execution to break out of the while loop, skipping the else clause. 此时,break语句导致程序执行中断while循环,跳转到else子句。 www.ibm.com 2. If you don't write a break statement at the end of a case's statement list, PHP will go on executing the statements of the following case. 如果不在case的语句段最后写上break的话,PHP将继续执行下一个case中的语句段。 www.phpx.com 3. Always code a break statement in the last case of a switch statement. 在switch语句最后一个case中总是键入break语句。 blog.sina.com.cn 4. This causes the break statement to be executed, breaking out of the loop. 这导致执行break语句,中断循环。 www.ibm.com 5. At any point within the do-while block, you can break out of the loop using the break statement. 在do-while块中的任何点,都可使用break语句跳出循环。 msdn2.microsoft.com 6. Why was it unnecessary to include a break statement at the end of each case clause in the monthName method presented in the chapter? 为什么本章中的monthName这个方法里的每个分支,在结尾处不需要包含break语句? www.bing.com 7. one special feature of the break statement is that it breaks completely out of the loop , thereby skipping any. 语句的一个特殊特性是,它完全中断循环,并跳转到循环下面的任一个。 www.ichacha.net 8. The following example illustrates the use of the labeled break statement. 下面的示例阐释了标记break语句的用法。 msdn2.microsoft.com 9. By hard-coding a break statement in the code he eliminates the need to manually set a break point. 在代码中硬编码断点声明后就不需要手工设置断点了。 www.infoq.com 10. The following example illustrates the use of the break statement. 下面的示例阐释了break语句的用法。 msdn2.microsoft.com 1. Break statement terminates the loop after 4 counts. 语句在计数达到4后终止循环。 msdn2.microsoft.com 2. NonBreakableSwitchCaseRule Switches Switch case must include break statement Switch表达式中应包含break语句。 blog.sina.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。