infinite loop

An infinite loop is a programming construct that continuously repeats a set of instructions or a code block, without ever reaching an exit condition, causing the program to run indefinitely.

Requires login.