Jump to content

Conditional loop

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 131.137.245.197 (talk) at 20:42, 28 June 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Conditional loops (a.k.a. "Repetitive Control Structures") are ways for computer programs to repeat one or more various steps depending on conditions set either by the programmer initially or real-time by the actual program.

There are several different condition loop implementation for every computer language, but many share the same basic structure and/or concept.