Loop (statement) - Wikipedia

Loop (statement)

In computer programming, a loop is a control flow construct that allows code to be executed repeatedly, usually with minor alterations between repetitions. Loops can be used to perform a repeated action on all items in a collection, or to implement a long lived program.

Printed 2026-06-28.

(echo:: @ )