Loop

From Conservapedia
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.
Jump to navigation Jump to search

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.