Continue |
Previous Next |
Continue <LoopType>
|
Part
|
Description
|
<LoopType>
|
a = 1
Do While a < 10
a++
If a > 3 The Continue Do
Print a
Loop
|