loader image
Skip to main content

Loop

A control structure that repeats code until a condition is met or for each item in a collection. Loops (for/while) are used for scanning files, iterating over network hosts, and processing transaction lists.

» Site Glossary