程式流
If ... Then
If {表示式} Then {語句1} Else {語句2} If {表示式1}
{語句1}
Else If {表示式2}
{語句2}
Else If {表示式3}
{語句3}
Else
{語句4}
EndIfWhile ... Wend
While {表示式}
{語句}
WendFor ... Next
Repeat ... Until/Forever
Select ... Case
退出迴圈
匯入檔案
Last updated