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