Loops

Loops allow repeated execution of a block of commands, called the loop’s body. Loops repeat their body until some condition is met or the Break command (added in v1.1) is encountered in the body.


Previous Chapter
Conditional Branches
<<  index  >>
 
Next Chapter
While Loop