conditional statement 双语例句
全部
1·The first conditional statement is used for input validation.
第一个条件陈述式用于输入验证。
2·Looking at the conditional statement, it looks like there's a missing then.
看看这个条件语句,可以看出缺少了then。
3·Example 8-2 shows how a script can become more complicated by using a conditional statement.
例8 - 2展示了如何通过使用一个条件语句来使脚本变得复杂。
4·The case statement is another conditional statement that you can use in place of using an if statement.
case 语句是另一种条件型语句,您可以用该语句来替代 if 语句。
5·Breakpoints can be set on the sequence diagram by using the RTC_BREAK conditional statement. (See Figure 14.)
您可以使用RTC _ BREAK状态性声明来在序列图上设置中断点(参见图14)。
6·Any of the relational operators you've seen earlier in this chapter can be used to produce a conditional statement.
本章早些时候接触到的所有关系运算符都可拿来构造一个条件语句。
7·A programming pattern that USES a conditional statement to check for and handle circumstances that might cause an error.
守卫:一种编程模式。使用一些条件语句来检验和处理一些有可能导致错误的情况。
8·Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
请在条件语句中使用此结果,将此结果赋给一个变量,或将其作为参数传递给其他方法。
9·We need to write a conditional statement that will test what page is being viewed and define a variable based on the results of that test.
我们需要写一个条件语言来测试一下被浏览的网页,并且基于那个测试的结果来确定一个变数。
10·To distinguish the layout of this content from that of other pages, we used a conditional statement in the body of the page, like the one in Listing 3.
为了区分主页的布局和其他页面的布局,我们在页面的主体中使用一个条件语句,见清单3。
