The IF expression is evaluated first. If the expression is true, execution flows through the THEN alternative. If the expression is false, the ELSE statement, if present, is executed. Otherwise, the ...
is a statement executed when expression is false. The IF statement contains an expression to be evaluated, the keyword THEN, and an action to be taken when the result of the evaluation is true. The ...
当前正在显示可能无法访问的结果。
隐藏无法访问的结果