1.
End If. If you hold the mouse over the line, you will see the message "End If must be preceded by a matching If. "
如果将鼠标停留在那条线上,您将会看到消息“EndIf前面必须有匹配的If”。
2.
A value of NULL fails the test and the code inside the if. End if statement is not executed.
值为NULL会导致测试失败并且不执行if.endif语句中的代码。
3.
However, unlike DB2, the END IF statement does not require a semicolon.
但是,与DB2不同的是,ENDIF语句不需要使用分号。
4.
You will see a wavy blue line underneath End If.
您将会在EndIf的下面看到一条蓝色波浪线。
5.
You cannot redefine a procedure variable in a block within that procedure, for example in an If. End If construction or a For loop.
在该过程内的块中(例如在If.EndIf构造或For循环中)不能重新定义过程变量。
6.
endif Must be address able
必是可以址的