| 释义 |
IF statement “如果”语句;[若叙述,条件叙述] 1. In computer programming,a conditional statement that specifies a condition to be tested and the action to be taken if the condition is satisfied. 计算机程序设计中的一种条件语句,指定一个测试条件以及如果该条件满足时要采取的 动作。 2. In computer programming,a statement used for conditional statement execution. IF is always followed by a THEN clause and, optionally an ELSE clause. 计算机程序设计中的表述条件语句执行的一种语句。IF之后总是跟着THEN子句和任选 的ELSE子句。 |