Changes

Jump to navigation Jump to search
4 bytes removed ,  14:53, April 15, 2008
m
because the link just redirected here..
Line 1: Line 1:  
A '''loop''' in [[computer programming]] is a section of instructions which are repeated - either endlessly or until a certain expected state occurs.
 
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.
+
A common error made by novice programmers is to program an infinite loop, i.e., one that never ends despite the programmer's hopes.
 
[[Category:Computer Science]]
 
[[Category:Computer Science]]
5,190

edits

Navigation menu