End For
是‘For’ loop指令完成時所使用的格式.
注意
為了執行以‘For’來表現的條件,所以一定需要‘End For’條件.
範例
For Value5 = Length To Length + 10
使用者格式
End For
Variables: Sum(0), Counter(0)
Sum = 0
For Counter = 0 To Length - 1 Begin
Sum = Sum + Price[Counter]
End For
沒有留言:
張貼留言