Loop

Programming construct for repeated execution of instructions.

circular reference repetition

A loop is a sequence of instructions that is continually repeated until a certain condition is met. It is a fundamental programming construct used to automate repetitive tasks.

Built by Tim Jones