Programming term used to describe a never ending sequence.
for(int i = 1; i > 0; i++) {// Infinite Loop}
8👍 5👎