Loop
This is an old revision of this page, as edited by NathanG (talk | contribs) at 14:53, April 15, 2008. It may differ significantly from current revision.
A loop in computer programming is a section of instructions which are repeated - either endlessly or until a certain expected state occurs.
A common error made by novice programmers is to program an infinite loop, i.e., one that never ends despite the programmer's hopes.