Definitions for "infinite loop"
a series of instructions in a computer program which, when executed, cause a cyclic repetition of the same instructions, with no other action by the program, for as long as the program continues to be executed, or the loop is interrupted by some external action.
A program segment that repeats indefinitely. The only way to exit the program is then to press the ctrl/break combinations on the keyboard.
A loop that executes forever without terminating.
Keywords:  recursion, see
See recursion.