up previous next
1.6.2 Commands and Functions for Loops
The following are the commands and functions for loops:
break break out of a loop command
continue continue directly with next loop iteration
for loop command
foreach loop command
repeat loop command
return exit from a function
while loop command