else if statement的意思|示意
否则若叙述
else if statement的网络常见释义
否则若叙述 ... logical IF statement 逻辑条件语句 else if statement 否则若叙述 macro IF statement 宏条件语句 ; 宏IF叙述 ...
否则 ... 否则-如果语句 else if statement 否则,不然的话 or else 否则刀俗语 tooth parts ...
翻译 ELSE IF statement翻译 【计】 否则-如果语句, ELSE IF语句 effective rate of interest翻译 【经】 实际利率 .
else if statement相关短语
1、 If else statement if else 语句
2、 if-then-else statement 如果
3、 If Else Statement 假设程序
else if statement相关例句
The if|then|else statement in XQuery lets you choose a bar graph based on testing for the $hours variable being greater than 40.
XQuery 内的 if|then|else 语句的作用是根据 $hours 变量的值是否大于 40 来选择一个条形。
The result is an else if statement, which is shortened to elif, as demonstrated in Listing 6.
结果是一个else if语句,简写为elif,如清单6所示。
At a given if-then-else statement, the if part is the path that was executed.
对于给定的if - then - else语句,if部分就是被执行的路径。
The if statement supports an optional else clause that indicates a block of program statements that should be processed if the Boolean expression evaluates False.
if语句支持一个可选的else子句,指示当布尔表达式计算为False时应该处理的程序语句块。
The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.
while循环与if语句一样,支持一个可选的else子句,其中包含一个当表达式计算为False时执行的程序语句块。
Likewise, you might want to add assertions to else conditions in if blocks, where conditions are assumed, or to default cases of a switch statement, which should never be reached.
同样,您可能希望向if块中的else条件添加断言,这里已经设置了该条件,或者向switch语句中的缺省情况中添加断言,使缺省情况永远不可能到达。