Begiztak
Ondorengo instrukzioek begiztak exekutatzen dituzte.
Do eta Loop instrukzioen artean instrukzioak errepikatzen ditu baldintza True den bitartean edo baldintza True bihurtu arte.
For...Next blokearen barruko instrukzioak errepikatzen ditu zenbait aldiz.
When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the While statement. If the condition is still True, the loop is executed again.